summary refs log tree commit diff stats
path: root/web/news.txt
diff options
context:
space:
mode:
authorGrzegorz Adam Hankiewicz <gradha@imap.cc>2013-12-10 17:41:34 +0100
committerGrzegorz Adam Hankiewicz <gradha@imap.cc>2013-12-10 17:50:47 +0100
commitda05cf51def9eb619c406fd521c3662b03da6f20 (patch)
treee70e0807e9d0913bb9b2b8c1583bc35fcba4e43c /web/news.txt
parent9486670e935d5b641bb3ebbc0c62c35024fc0bf7 (diff)
downloadNim-da05cf51def9eb619c406fd521c3662b03da6f20.tar.gz
Reverts "Make quoteIfContainsWhite quote…". Refs #702.
This reverts commit e7e8c7706240c4bef17533da63df988d228ba127 to avoid
tool breakage. A different approach is being worked on #730.
Diffstat (limited to 'web/news.txt')
-rw-r--r--web/news.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/web/news.txt b/web/news.txt
index f919089a5..1b492fa97 100644
--- a/web/news.txt
+++ b/web/news.txt
@@ -28,8 +28,6 @@ Changes affecting backwards compatibility
   require an error code to be passed to them. This error code can be retrieved
   using the new ``OSLastError`` proc.
 - ``os.parentDir`` now returns "" if there is no parent dir.
-- ``quoteIfContainsWhite`` now escapes argument in such way that it can be safely
-  passed to shell, instead of just adding double quotes.
 
 
 Compiler Additions