diff options
author | Araq <rumpf_a@web.de> | 2012-08-24 17:33:04 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-08-24 17:33:04 +0200 |
commit | d17caa86e841489d92165d9caa13c2d8bc86afd5 (patch) | |
tree | 9504e5dd71501887da52fbc1f0fd39294ef913ea /web/news.txt | |
parent | afcff024a1ab335032aa8a98d844f6fbc701170e (diff) | |
download | Nim-d17caa86e841489d92165d9caa13c2d8bc86afd5.tar.gz |
objects with no ancestor are not implicitely final
Diffstat (limited to 'web/news.txt')
-rwxr-xr-x | web/news.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt index bbac003f1..f67e4d74b 100755 --- a/web/news.txt +++ b/web/news.txt @@ -108,6 +108,9 @@ Changes affecting backwards compatibility - The Nimrod type system now distinguishes ``openarray`` from ``varargs``. - Templates are now ``hygienic``. Use the ``dirty`` pragma to get the old behaviour. +- Objects that have no ancestor are now implicitely ``final``. Use + the ``inheritable`` pragma to introduce new object roots apart + from ``TObject``. Compiler Additions |