summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--changelog.md2
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