diff --git a/changelog.md b/changelog.md index 0b2b6e50dd..9ce4b22944 100644 --- a/changelog.md +++ b/changelog.md @@ -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)