diff options
-rw-r--r-- | changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index fffcdcb35..474f1eae1 100644 --- a/changelog.md +++ b/changelog.md @@ -286,6 +286,7 @@ proc mydiv(a, b): int {.raises: [].} = - Added a ``.noalias`` pragma. It is mapped to C's ``restrict`` keyword for the increased performance this keyword can enable. +- `items` no longer compiles with enum with holes as its behavior was error prone, see #14004 ## Compiler changes |