diff --git a/changelogs/changelog_2_0_0.md b/changelogs/changelog_2_0_0.md index 779eec529e..bb0a9bf4d4 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