diff options
author | flywind <xzsflywind@gmail.com> | 2021-03-12 12:07:47 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-11 20:07:47 -0800 |
commit | be49505719a20cc23c957e3e1eba127f68afebda (patch) | |
tree | 58b9ab483ba16bbbd5e7d4368094cfbd52005b45 | |
parent | 4545995e2de60de63515b2e9f1878ddd8ed1808b (diff) | |
download | Nim-be49505719a20cc23c957e3e1eba127f68afebda.tar.gz |
Update changelog.md (#17349)
-rw-r--r-- | changelog.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/changelog.md b/changelog.md index 5b5cdabf1..5c2756ea6 100644 --- a/changelog.md +++ b/changelog.md @@ -169,7 +169,7 @@ - Added experimental `linenoise.readLineStatus` to get line and status (e.g. ctrl-D or ctrl-C). -- Added `compilesettings.SingleValueSetting.libPath` +- Added `compilesettings.SingleValueSetting.libPath`. - `std/wrapnils` doesn't use `experimental:dotOperators` anymore, avoiding issues like https://github.com/nim-lang/Nim/issues/13063 (which affected error messages) @@ -219,9 +219,9 @@ - `system.addEscapedChar` now renders `\r` as `\r` instead of `\c`, to be compatible with most other languages. -- Removed support for named procs in `sugar.=>` +- Removed support for named procs in `sugar.=>`. -- Added `jscore.debugger` to [call any available debugging functionality, such as breakpoints.](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/debugger) +- Added `jscore.debugger` to [call any available debugging functionality, such as breakpoints.](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/debugger). - Added `htmlgen.portal` for [making "SPA style" pages using HTML only](https://web.dev/hands-on-portals). |