diff options
author | Araq <rumpf_a@web.de> | 2012-06-22 21:59:50 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-06-22 21:59:50 +0200 |
commit | 720c04cb6f48118ea6a60bca6fb9e23959842d6c (patch) | |
tree | d5cdcbeec60eb420b6a60c342b253ccf679f5e5e /web/news.txt | |
parent | b26ebb0c8d6f6e61056135331222b20be6e745e6 (diff) | |
download | Nim-720c04cb6f48118ea6a60bca6fb9e23959842d6c.tar.gz |
deprecated the pretty printer command
Diffstat (limited to 'web/news.txt')
-rwxr-xr-x | web/news.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt index feaa5c2aa..55cfd7853 100755 --- a/web/news.txt +++ b/web/news.txt @@ -17,6 +17,8 @@ Bugfixes produce segmentation faults. - Fixed ambiguity in recvLine which meant that receiving ``\r\L`` was indistinguishable from disconnections. +- Many more bugfixes, too many to list them all. + Library Additions ----------------- @@ -83,6 +85,9 @@ Changes affecting backwards compatibility of tuples anymore. This had to be changed as the old behaviour never produced consistent results. - Deprecated the ``ssl`` module. +- Deprecated ``nimrod pretty`` as it never worked good enough and has some + inherent problems. + Compiler Additions ------------------ |