summary refs log tree commit diff stats
path: root/changelogs
diff options
context:
space:
mode:
authorringabout <43030857+ringabout@users.noreply.github.com>2023-04-19 14:19:30 +0800
committerGitHub <noreply@github.com>2023-04-19 14:19:30 +0800
commitd2d849db8e3628096b57f3e03668cf9da6b2d560 (patch)
treeb61aaedd1346d602135b47555eebaeea3ddcd1de /changelogs
parent24b6378382f4bcde3b354f0a8137604192c7570f (diff)
downloadNim-d2d849db8e3628096b57f3e03668cf9da6b2d560.tar.gz
docuement case statement breaking changes in the changelog (#21686)
Reported on Discord 
follow up https://github.com/nim-lang/Nim/pull/20862
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/changelog_2_0_0.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/changelogs/changelog_2_0_0.md b/changelogs/changelog_2_0_0.md
index 779eec529..bb0a9bf4d 100644
--- a/changelogs/changelog_2_0_0.md
+++ b/changelogs/changelog_2_0_0.md
@@ -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