From 983f6d53cafd1ba88cc91fb221ce7ffb0f1ce53f Mon Sep 17 00:00:00 2001 From: Andreas Rumpf Date: Fri, 26 Feb 2016 23:50:09 +0100 Subject: [PATCH] news.txt updated --- web/news.txt | 2 ++ 1 file changed, 2 insertions(+) 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 -----------------