Skip to content

Commit

Permalink
fixup changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheecour committed Apr 26, 2021
1 parent b1d4cca commit 6e4bd9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -296,8 +296,10 @@
- `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.

- `typetraits.distinctBase` now is identity instead of error for non distinct types.

Expand Down

0 comments on commit 6e4bd9a

Please sign in to comment.