summary refs log tree commit diff stats
path: root/web/news.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2014-08-11 20:38:36 +0200
committerAraq <rumpf_a@web.de>2014-08-11 20:38:36 +0200
commitaaf4b04203221a350198748bc041d81cd5969ccc (patch)
treefd6ca581133908cebc42b63fc723abb1171e138b /web/news.txt
parentdd806cafa0193acb9e79fdd47ec6810da3c48272 (diff)
parent94131e1e564ab6418b6bef66d8089259d2595079 (diff)
downloadNim-aaf4b04203221a350198748bc041d81cd5969ccc.tar.gz
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
Diffstat (limited to 'web/news.txt')
-rw-r--r--web/news.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt
index 3af154be3..b194d5503 100644
--- a/web/news.txt
+++ b/web/news.txt
@@ -41,6 +41,8 @@ News
   - ``sequtils.distnct`` has been renamed to ``sequtils.deduplicate``.
   - Added ``algorithm.reversed``
   - Added ``uri.combine`` and ``uri.parseUri``.
+  - Some sockets procedures now support a ``SafeDisconn`` flag which causes 
+    them to handle disconnection errors and not raise them.
 
 
 2014-04-21 Version 0.9.4 released