From 18462b1026b2411cf7bc10c4bf6c4ab3eb7219bc Mon Sep 17 00:00:00 2001 From: awr1 <41453959+awr1@users.noreply.github.com> Date: Fri, 9 Jun 2023 05:40:17 -0700 Subject: [PATCH] Add nested `with` to changelog (#22053) Add nested with to changelog --- changelogs/changelog_2_0_0.md | 1 + 1 file changed, 1 insertion(+) 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:"