mirror of
https://github.com/nim-lang/Nim.git
synced 2026-06-07 12:24:19 +00:00
document the change for fix #9978
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user