diff options
author | Araq <rumpf_a@web.de> | 2012-12-02 11:11:54 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-12-02 11:11:54 +0100 |
commit | d7adc7c3289feae7de617953452eb71fb75f40da (patch) | |
tree | 330efde736e816c5b14e0a390c2deb8781b93401 /web/news.txt | |
parent | 76885c754a8f51a0ea34f76dd0843b1949ac7fde (diff) | |
download | Nim-d7adc7c3289feae7de617953452eb71fb75f40da.tar.gz |
dont use unsafeNew in ropes.nim for now
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 fc54bbce2..1650bd562 100755 --- a/web/news.txt +++ b/web/news.txt @@ -17,6 +17,7 @@ Library Additions - Added ``system.onRaise`` to support a condition system. - Added ``macros.quote`` for AST quasi-quoting. +- Added ``system.unsafeNew`` to support hacky variable length objects. Changes affecting backwards compatibility |