Skip to content

Commit

Permalink
adds changelog for more architectures support and fixes a link (nim-l…
Browse files Browse the repository at this point in the history
  • Loading branch information
ringabout authored and bung87 committed Jul 29, 2023
1 parent 8623a1d commit 7517aac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion changelogs/changelog_2_0_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
- Enabling `-d:nimPreviewSlimSystem` also removes the following deprecated
symbols in the `system` module:
- Aliases with `Error` suffix to exception types that have a `Defect` suffix
(see [exceptions](https://nim-lang.org/docs/exceptions.html)):
(see [exceptions](https://nim-lang.github.io/Nim/exceptions.html)):
`ArithmeticError`, `DivByZeroError`, `OverflowError`,
`AccessViolationError`, `AssertionError`, `OutOfMemError`, `IndexError`,
`FieldError`, `RangeError`, `StackOverflowError`, `ReraiseError`,
Expand Down Expand Up @@ -317,6 +317,7 @@
- Nim now supports `out` parameters and ["strict definitions"](https://nim-lang.github.io/Nim/manual_experimental.html#strict-definitions-and-nimout-parameters).
- Nim now offers a [strict mode](https://nim-lang.github.io/Nim/manual_experimental.html#strict-case-objects) for `case objects`.

- IBM Z architecture and macOS m1 arm64 architecture are supported.

## Compiler changes

Expand Down

0 comments on commit 7517aac

Please sign in to comment.