summary refs log tree commit diff stats
path: root/web
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2011-02-02 23:03:42 +0100
committerAraq <rumpf_a@web.de>2011-02-02 23:03:42 +0100
commit1eba1063bdccee5b3924d796824cdc1d567ec6ed (patch)
tree75bc5a575f752e0a84f877d27be94b7dffe89727 /web
parent5e657a4b343da2727494bc3622a03e06c03fdf79 (diff)
downloadNim-1eba1063bdccee5b3924d796824cdc1d567ec6ed.tar.gz
nimgrep --ext support
Diffstat (limited to 'web')
-rwxr-xr-xweb/news.txt4
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