summary refs log tree commit diff stats
path: root/web/news.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2011-06-17 01:04:33 +0200
committerAraq <rumpf_a@web.de>2011-06-17 01:04:33 +0200
commit849208d779e860230bb8682b3b356ba2942dd889 (patch)
treebc6428bf782f9d47e121177c0e5f300062b3f1aa /web/news.txt
parentdc6a80bd1d36b158a090ed0fb622140856be3dfe (diff)
downloadNim-849208d779e860230bb8682b3b356ba2942dd889.tar.gz
got rid of unsound co/contravariance in procvars
Diffstat (limited to 'web/news.txt')
-rwxr-xr-xweb/news.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt
index ca8f701a6..adc8213f1 100755
--- a/web/news.txt
+++ b/web/news.txt
@@ -45,6 +45,7 @@ Changes affecting backwards compatibility
   dereference a pointer explicitely.
 - ``system.readFile`` does not return ``nil`` anymore but raises an ``EIO``
   exception instead.
+- Unsound co-/contravariance for procvars has been removed.
 
 
 Additions