mirror of
https://github.com/nim-lang/Nim.git
synced 2026-06-05 19:34:12 +00:00
docuement case statement breaking changes in the changelog (#21686)
Reported on Discord follow up https://github.com/nim-lang/Nim/pull/20862
This commit is contained in:
@@ -221,6 +221,9 @@
|
||||
|
||||
- Signed integer literals in `set` literals now default to a range type of
|
||||
`0..255` instead of `0..65535` (the maximum size of sets).
|
||||
|
||||
- Case statements with else branches put before elif/of branches in macros
|
||||
are rejected with "invalid order of case branches".
|
||||
|
||||
## Standard library additions and changes
|
||||
|
||||
|
||||
Reference in New Issue
Block a user