changelog entry.

This commit is contained in:
Arne Döring
2018-11-08 18:42:37 +01:00
committed by Andreas Rumpf
parent 77a0f3768b
commit ff950725fa

View File

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