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 5b22a174b..05958118b 100644 --- a/changelog.md +++ b/changelog.md @@ -52,6 +52,9 @@ - `writeStackTrace` is available in JS backend now. +- `strscans.scanf` now supports parsing single characters. + + ## Language changes - `nimscript` now handles `except Exception as e`. @@ -60,6 +63,7 @@ - nil dereference is not allowed at compile time. `cast[ptr int](nil)[]` is rejected at compile time. + ## Compiler changes - Added `--declaredlocs` to show symbol declaration location in messages. |