diff options
author | Araq <rumpf_a@web.de> | 2015-04-22 13:57:20 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2015-04-22 13:57:20 +0200 |
commit | d631958124e08723738886946d6fe82f0a6ade2d (patch) | |
tree | d0301335ab1240ca30f1e01af377e7d07ea23777 /web | |
parent | 8ab3074c80c6509b22ccdf47cd2abfad7436a0f8 (diff) | |
download | Nim-d631958124e08723738886946d6fe82f0a6ade2d.tar.gz |
news.txt updates; fixes bootstrapping
Diffstat (limited to 'web')
-rw-r--r-- | web/news.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt index 6b109aa1c..257591de7 100644 --- a/web/news.txt +++ b/web/news.txt @@ -127,6 +127,7 @@ News things from backwards: ``a[^1]`` is like Python's ``a[-1]``. - A first version of the specification and implementation of the overloading of the assignment operator has arrived! + - ``system.len`` for strings and sequences now returns 0 for nil. Library additions @@ -137,6 +138,10 @@ News with a ``newMultipartData`` proc. - Added `%*` operator for JSON. - The compiler is now available as Nimble package for c2nim. + - Added ``..^`` and ``..<`` templates to system so that the rather annoying + space between ``.. <`` and ``.. ^`` is not necessary anymore. + - Added ``system.xlen`` for strings and sequences to get back the old ``len`` + operation that doesn't check for ``nil`` for efficiency. Bugfixes |