diff options
author | Araq <rumpf_a@web.de> | 2011-02-02 23:03:42 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2011-02-02 23:03:42 +0100 |
commit | 1eba1063bdccee5b3924d796824cdc1d567ec6ed (patch) | |
tree | 75bc5a575f752e0a84f877d27be94b7dffe89727 /web | |
parent | 5e657a4b343da2727494bc3622a03e06c03fdf79 (diff) | |
download | Nim-1eba1063bdccee5b3924d796824cdc1d567ec6ed.tar.gz |
nimgrep --ext support
Diffstat (limited to 'web')
-rwxr-xr-x | web/news.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt index 36deb92df..7f013732a 100755 --- a/web/news.txt +++ b/web/news.txt @@ -28,6 +28,10 @@ Changes affecting backwards compatibility - Operators starting with ``^`` are now right-associative and have the highest priority. +- Deprecated ``os.getApplicationFilename``: Use ``os.getAppFilename`` + instead. +- Deprecated ``os.getApplicationDir``: Use ``os.getAppDir`` + instead. Additions |