diff options
author | ringabout <43030857+ringabout@users.noreply.github.com> | 2022-12-08 10:06:25 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-08 10:06:25 +0800 |
commit | 53fbb497e95b535172628cc60176845d0e458e94 (patch) | |
tree | 13419fa83b7915a9345f6e90a528aa2a588b9c52 /changelog.md | |
parent | d6b485493d712a20155a3e77f44c19c34e47ea73 (diff) | |
download | Nim-53fbb497e95b535172628cc60176845d0e458e94.tar.gz |
add a changelog for `std/cmdline` (#21039)
for a changelog for `std/cmdline`
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index 0b2b6e50d..9ce4b2294 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) |