add a changelog for std/cmdline (#21039)

for a changelog for `std/cmdline`
This commit is contained in:
ringabout
2022-12-08 10:06:25 +08:00
committed by GitHub
parent d6b485493d
commit 53fbb497e9

View File

@@ -169,6 +169,7 @@
- Added new modules which were part of `std/os`:
- Added `std/oserrors` for OS error reporting. Added `std/envvars` for environment variables handling.
- Added `std/paths`, `std/dirs`, `std/files`, `std/symlinks` and `std/appdirs`.
- Added `std/cmdline` for reading command line parameters.
- Added `sep` parameter in `std/uri` to specify the query separator.
- 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)