diff options
author | rumpf_a@web.de <> | 2010-01-03 12:31:21 +0100 |
---|---|---|
committer | rumpf_a@web.de <> | 2010-01-03 12:31:21 +0100 |
commit | a58a2f3823c33104992dc0e4129fa53e66a18f44 (patch) | |
tree | af97f1c6634d7ef2d4468c70607c20731e6c1512 /web/news.txt | |
parent | 2169fd63bdf9caf539ca7ca5b661ee703206500c (diff) | |
download | Nim-a58a2f3823c33104992dc0e4129fa53e66a18f44.tar.gz |
better subscript overloading
Diffstat (limited to 'web/news.txt')
-rwxr-xr-x | web/news.txt | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt index 36457803c..e89a9da51 100755 --- a/web/news.txt +++ b/web/news.txt @@ -2,6 +2,34 @@ News ==== +2010-XX-XX Version 0.8.8 released +================================= + +Bugfixes +-------- +- The Posix version of ``os.copyFile`` has better error handling. + + +Additions +--------- +- Added ``ropes`` module. +- Added ``sockets`` module. +- Added ``httpserver`` module. +- Many wrappers now do not contain redundant name prefixes (like ``GTK_``, + ``lua``). The new wrappers are available in ``lib/newwrap``. Change + your configuration file to use these. +- More extensive subscript operator overloading. See ``_ for further + information. + + +Changes affecting backwards compatibility +----------------------------------------- + +- Overloading of the subscript operator only works if the type does not provide + a built-in one. + + + 2009-12-21 Version 0.8.6 released ================================= |