diff options
author | Araq <rumpf_a@web.de> | 2011-06-17 01:04:33 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2011-06-17 01:04:33 +0200 |
commit | 849208d779e860230bb8682b3b356ba2942dd889 (patch) | |
tree | bc6428bf782f9d47e121177c0e5f300062b3f1aa /web/news.txt | |
parent | dc6a80bd1d36b158a090ed0fb622140856be3dfe (diff) | |
download | Nim-849208d779e860230bb8682b3b356ba2942dd889.tar.gz |
got rid of unsound co/contravariance in procvars
Diffstat (limited to 'web/news.txt')
-rwxr-xr-x | web/news.txt | 1 |
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 |