diff --git a/changelogs/changelog_2_0_0.md b/changelogs/changelog_2_0_0.md index 690258bdc5..e8dbbc27c1 100644 --- a/changelogs/changelog_2_0_0.md +++ b/changelogs/changelog_2_0_0.md @@ -335,6 +335,7 @@ + Added bindings to [`Array.shift`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/shift) and [`queueMicrotask`](https://developer.mozilla.org/en-US/docs/Web/API/queueMicrotask). + Added `toDateString`, `toISOString`, `toJSON`, `toTimeString`, `toUTCString` converters for `DateTime`. +- Added support for nested `with` blocks in `std/with`. [//]: # "Deprecations:"