diff options
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 |