document that items no longer works with enum with holes (#15426)

This commit is contained in:
Timothee Cour
2020-09-28 22:54:17 -07:00
committed by GitHub
parent 50b6f6996a
commit 5f9b366180

View File

@@ -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