Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheecour committed Apr 26, 2021
1 parent 6e4bd9a commit a385565
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 @@ -296,10 +296,8 @@
- `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 a385565

Please sign in to comment.