Add nested with to changelog (#22053)

Add nested with to changelog
This commit is contained in:
awr1
2023-06-09 05:40:17 -07:00
committed by GitHub
parent f09101416f
commit 18462b1026

View File

@@ -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:"