mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-14 23:33:28 +00:00
changelog entry.
This commit is contained in:
committed by
Andreas Rumpf
parent
77a0f3768b
commit
ff950725fa
@@ -43,6 +43,8 @@ proc enumToString*(enums: openArray[enum]): string =
|
||||
result = newString(enums.len * 2)
|
||||
```
|
||||
|
||||
- ``discard x`` is now illegal when `x` is a function symbol.
|
||||
|
||||
### Library additions
|
||||
|
||||
- There is a new stdlib module `std/editdistance` as a replacement for the
|
||||
|
||||
Reference in New Issue
Block a user