document the change for fix #9978

This commit is contained in:
Andreas Rumpf
2018-12-14 17:14:55 +01:00
parent 675b6f0773
commit 5ba22c9315

View File

@@ -66,6 +66,9 @@ proc enumToString*(enums: openArray[enum]): string =
```
- ``discard x`` is now illegal when `x` is a function symbol.
- Implicit imports via ``--import: module`` in a config file are now restricted
to the main package.
### Library additions