summary refs log tree commit diff stats
path: root/web/news.txt
diff options
context:
space:
mode:
Diffstat (limited to 'web/news.txt')
-rw-r--r--web/news.txt24
1 files changed, 23 insertions, 1 deletions
diff --git a/web/news.txt b/web/news.txt
index ddb8da042..d854347a5 100644
--- a/web/news.txt
+++ b/web/news.txt
@@ -2,6 +2,29 @@
 News
 ====
 
+2016-XX-XX Version 0.13.1 released
+==================================
+
+Changes affecting backwards compatibility
+-----------------------------------------
+
+- ``--out`` and ``--nimcache`` command line arguments are now relative to
+  current directory. Previously they were relative to project directory.
+
+Library Additions
+-----------------
+
+- The rlocks module has been added providing reentrant lock synchronization
+  primitive
+
+Compiler Additions
+------------------
+
+- Added a new ``--noCppExceptions`` switch that allows to use default exception
+  handling (no ``throw`` or ``try``/``catch`` generated) when compiling to C++
+  code
+
+
 2016-01-27 Nim in Action is now available!
 ==========================================
 
@@ -11,7 +34,6 @@ News
     <img src="assets/niminaction/banner.jpg" alt="New in Manning Early Access Program: Nim in Action!" width="682"/>
   </a>
 
-
 We are proud to announce that *Nim in Action*, a book about the Nim programming
 language, is now available!