summary refs log tree commit diff stats
path: root/web
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2012-10-03 20:51:22 +0200
committerAraq <rumpf_a@web.de>2012-10-03 20:51:22 +0200
commitc2b8669e04560e486e5df21b1217e6b9684ba88e (patch)
treecdff4a9c1ba92e7feb1990989caff5415fe83dd5 /web
parent9fbee85cc9dd95c1f99e5b55a3d382196eabb7fc (diff)
parent34e62d9f734189a9237725569aa282e9bedc11a3 (diff)
downloadNim-c2b8669e04560e486e5df21b1217e6b9684ba88e.tar.gz
Merge branch 'master' of github.com:Araq/Nimrod
Diffstat (limited to 'web')
-rwxr-xr-xweb/news.txt33
1 files changed, 33 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt
index fb133b6fe..a3ba80072 100755
--- a/web/news.txt
+++ b/web/news.txt
@@ -2,6 +2,39 @@
 News
 ====
 
+2012-XX-XX Version 0.9.XX released
+==================================
+
+Version 0.8.XX has been released! Get it `here <download.html>`_. 
+
+Bugfixes
+--------
+
+
+
+Library Additions
+-----------------
+
+
+
+Changes affecting backwards compatibility
+-----------------------------------------
+
+
+
+Compiler Additions
+------------------
+
+
+
+Language Additions
+------------------
+
+- ``case expressions`` are now supported.
+- table constructors now mimic more closely the syntax of case... of...
+- Nimrod can now infer the return type of a proc from its body
+
+
 2012-09-23 Version 0.9.0 released
 =================================