summary refs log tree commit diff stats
path: root/web/news.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2012-07-05 00:03:33 +0200
committerAraq <rumpf_a@web.de>2012-07-05 00:03:33 +0200
commit36247e0947699a56d5bc51d48188b6dda1815587 (patch)
treeaf837b557356d4495ce93d5fe735c9ccab169e2e /web/news.txt
parent8ef48a34e5916deccd58a312228c7d2efe39d170 (diff)
downloadNim-36247e0947699a56d5bc51d48188b6dda1815587.tar.gz
added devel/logging; weakrefs test; next steps for proper unsigned support
Diffstat (limited to 'web/news.txt')
-rwxr-xr-xweb/news.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt
index aa255a0b1..d4a03488c 100755
--- a/web/news.txt
+++ b/web/news.txt
@@ -87,6 +87,7 @@ Changes affecting backwards compatibility
 - Deprecated the ``ssl`` module.
 - Deprecated ``nimrod pretty`` as it never worked good enough and has some
   inherent problems.
+- The integer promotion rules changed.
 
 
 Compiler Additions
@@ -120,6 +121,8 @@ Language Additions
 - Stand-alone ``finally`` and ``except`` blocks are now supported.
 - Macros and templates can now be invoked as pragmas.
 - The apostrophe in type suffixes for numerical literal is now optional.
+- Unsigned integer types have been added.
+- The integer promotion rules changed.
 
 
 2012-02-09 Version 0.8.14 released