diff options
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index e48e38dd6..7fe5a4ffc 100644 --- a/changelog.md +++ b/changelog.md @@ -140,6 +140,10 @@ with other backends. see #9125. Use `-d:nimLegacyJsRound` for previous behavior. - Added experimental `linenoise.readLineStatus` to get line and status (e.g. ctrl-D or ctrl-C). +- `std/wrapnils` doesn't use `experimental:dotOperators` anymore, avoiding + issues like https://github.com/nim-lang/Nim/issues/13063 (which affected error messages) + for modules importing `std/wrapnils`. + ## Language changes - `nimscript` now handles `except Exception as e`. |