Skip to content

Commit f1377d7

Browse files
committed
fixup changelog
1 parent 8272926 commit f1377d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,8 +366,10 @@
366366
- `nimscript` now handles `except Exception as e`.
367367

368368
- The `cstring` doesn't support `[]=` operator in JS backend.
369+
- `nimscript` now handles `except Exception as e`
369370

370371
- nil dereference is not allowed at compile time. `cast[ptr int](nil)[]` is rejected at compile time.
372+
- The `cstring` doesn't support `[]=` operator in JS backend.
371373

372374
- `os.copyFile` is now 2.5x faster on OSX, by using `copyfile` from `copyfile.h`;
373375
use `-d:nimLegacyCopyFile` for OSX < 10.5.

0 commit comments

Comments
 (0)