diff options
author | Arne Döring <arne.doering@gmx.net> | 2018-11-08 18:42:37 +0100 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2018-11-08 22:28:29 +0100 |
commit | ff950725fa1b8230cd82493c080b774635055d1e (patch) | |
tree | 06102bfc1dc96dd58b6641b33e4bb49b2348f567 /changelog.md | |
parent | 77a0f3768b93fadcaec0b45a0a141c0ffc29796b (diff) | |
download | Nim-ff950725fa1b8230cd82493c080b774635055d1e.tar.gz |
changelog entry.
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index fb0e9043b..1372faa62 100644 --- a/changelog.md +++ b/changelog.md @@ -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 |