removed system.free

This commit is contained in:
Araq
2015-07-18 20:41:45 +02:00
parent 6b00160938
commit caf7717cb8
2 changed files with 3 additions and 2 deletions

View File

@@ -40,6 +40,8 @@ News
``varargs[expr]`` instead. The same applies to ``varargs[typed]`` vs
``varargs[stmt]``.
- ``sequtils.delete`` doesn't take confusing default arguments anymore.
- ``system.free`` was an error-prone alias to ``system.dealloc`` and has
been removed.
Library additions