progress on deepCopy

This commit is contained in:
Araq
2014-08-01 23:40:48 +02:00
parent 821fe72ff5
commit 9673e4f2df
19 changed files with 419 additions and 135 deletions

View File

@@ -20,6 +20,14 @@ News
representation.
- ``uri.TUrl`` as well as the ``parseurl`` module are now deprecated in favour
of the new ``TUri`` type in the ``uri`` module.
- The ``destructor`` pragma has been deprecated. Use the ``override`` pragma
instead. The destructor's name has to be ``destroy`` now.
Language Additions
------------------
- There is a new ``parallel`` statement for safe fork&join parallel computing.
Library Additions
-----------------