summary refs log tree commit diff stats
path: root/web
diff options
context:
space:
mode:
authorRuslan Mustakov <ruslan.mustakov@xored.com>2016-02-18 23:01:43 +0600
committerRuslan Mustakov <ruslan.mustakov@xored.com>2016-02-18 23:01:43 +0600
commit378c904131f267fc9281f89b8df6ee0c2dcb008e (patch)
treebab97f89471a4c06f0ae00db10a0734ef2e6d974 /web
parent2dd324632d2c65f06a8581c01c1e1d1fd9731c38 (diff)
downloadNim-378c904131f267fc9281f89b8df6ee0c2dcb008e.tar.gz
Added --noCppExceptions switch
Diffstat (limited to 'web')
-rw-r--r--web/news.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt
index bf665c85c..d854347a5 100644
--- a/web/news.txt
+++ b/web/news.txt
@@ -17,6 +17,13 @@ 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!
 ==========================================