diff options
author | Araq <rumpf_a@web.de> | 2012-07-14 14:44:54 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-07-14 14:44:54 +0200 |
commit | d2872748c2913ff9139185a42737030f36a46440 (patch) | |
tree | c02d048bb98348d89067cdc40eb74f0beaa71692 /web/news.txt | |
parent | b4084df434dc22d61960bcd6374d34af27bba888 (diff) | |
download | Nim-d2872748c2913ff9139185a42737030f36a46440.tar.gz |
added system.@ for openarrays
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 0143d8f9a..be9e5bf08 100755 --- a/web/news.txt +++ b/web/news.txt @@ -59,6 +59,9 @@ Library Additions - The httpclient module now supports ssl/tls. - Added ``times.format`` as well as many other utility functions for managing time. +- Added ``system.@`` for converting an ``openarray`` to a ``seq`` (it used to + only support fixed length arrays). + Changes affecting backwards compatibility ----------------------------------------- |