diff options
-rw-r--r-- | web/news.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt index 027844794..f27398ee1 100644 --- a/web/news.txt +++ b/web/news.txt @@ -15,6 +15,8 @@ Changes affecting backwards compatibility sequence. This means that order is no longer preserved. When using the ``table.mpairs`` iterator only the returned values can be modified, no longer the keys. +- The deprecated Nim shebang notation ``#!`` was removed from the language. Use ``#?`` instead. + Library Additions ----------------- |