Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheecour committed Jan 21, 2021
1 parent 9e81bf0 commit 63a45cb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,8 @@ with other backends. see #9125. Use `-d:nimLegacyJsRound` for previous behavior.
- `nimscript` now handles `except Exception as e`.

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

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

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

Expand Down

0 comments on commit 63a45cb

Please sign in to comment.