summary refs log tree commit diff stats
path: root/web/news.txt
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2013-06-26 00:00:07 +0100
committerDominik Picheta <dominikpicheta@googlemail.com>2013-06-26 00:00:07 +0100
commit9686d92bfc47cf9f2cf33e982c0f8f8113981faa (patch)
treed22644f28b3bb13745cf088f4e1750df87b2ba65 /web/news.txt
parent5d3b5eb700caccc07ae2d69b80ae2c7b6d5d77d0 (diff)
downloadNim-9686d92bfc47cf9f2cf33e982c0f8f8113981faa.tar.gz
Fixed OSError deprecation warnings.
Diffstat (limited to 'web/news.txt')
-rw-r--r--web/news.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/web/news.txt b/web/news.txt
index fdbb156a7..5ef96368f 100644
--- a/web/news.txt
+++ b/web/news.txt
@@ -20,7 +20,10 @@ Changes affecting backwards compatibility
 
 - The scoping rules for the ``if`` statement changed for better interaction 
   with the new syntactic construct ``(;)``.
-
+- ``OSError`` family of procedures has been deprecated. Procedures with the same
+  name but which take different parameters have been introduced. These procs now
+  require an error code to be passed to them. This error code can be retrieved
+  using the new ``OSLastError`` proc.
 
 
 Compiler Additions