Skip to content

Commit f4bafa3

Browse files
committed
fixup
1 parent f1377d7 commit f4bafa3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

changelog.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -366,10 +366,8 @@
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`
370369

371370
- 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.
373371

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

0 commit comments

Comments
 (0)