Skip to content

Commit 9e81bf0

Browse files
committed
fixup changelog
1 parent e176fef commit 9e81bf0

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
@@ -116,8 +116,10 @@ with other backends. see #9125. Use `-d:nimLegacyJsRound` for previous behavior.
116116
- `nimscript` now handles `except Exception as e`.
117117

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

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

122124
- `const` now works with types containing `ref`, see `tests/vm/tconstrefs.nim`
123125

0 commit comments

Comments
 (0)