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 | |
parent | b26ebb0c8d6f6e61056135331222b20be6e745e6 (diff) | |
download | Nim-720c04cb6f48118ea6a60bca6fb9e23959842d6c.tar.gz |
deprecated the pretty printer command
-rwxr-xr-x | doc/advopt.txt | 1 | ||||
-rwxr-xr-x | web/news.txt | 5 |
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/advopt.txt b/doc/advopt.txt index d0d711d41..ed8d6317f 100755 --- a/doc/advopt.txt +++ b/doc/advopt.txt @@ -6,7 +6,6 @@ Advanced commands: //rst2tex convert a reStructuredText file to TeX //buildIndex build an index for the whole documentation //run run the project (with Tiny C backend; buggy!) - //pretty pretty print the inputfile //genDepend generate a DOT file containing the module dependency graph //dump dump all defined conditionals and search paths 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 ------------------ |