summary refs log tree commit diff stats
path: root/web
diff options
context:
space:
mode:
authorZahary Karadjov <zahary@gmail.com>2012-09-29 18:43:41 +0300
committerZahary Karadjov <zahary@gmail.com>2012-10-03 01:59:49 +0300
commit92f70b08f9c4d6108f61f37c29c1b001c6173a19 (patch)
treed300dc678f8371b73d19d0286a78722616cd07cf /web
parentf8184e349027dc0273a3552526af18dc03df0f79 (diff)
downloadNim-92f70b08f9c4d6108f61f37c29c1b001c6173a19.tar.gz
table constructors now mimic more closely the syntax of case... of...
see the safePrintF example in the manual as a motivation
Diffstat (limited to 'web')
-rwxr-xr-xweb/news.txt31
1 files changed, 31 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt
index fb133b6fe..d063c3974 100755
--- a/web/news.txt
+++ b/web/news.txt
@@ -2,6 +2,37 @@
 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
+------------------
+
+- table constructors now mimic more closely the syntax of case... of...
+
+
 2012-09-23 Version 0.9.0 released
 =================================