diff --git a/web/news.txt b/web/news.txt index 0278447943..f27398ee1e 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 -----------------