summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-11-05 05:40:51 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-11-05 05:40:51 +0000
commit19c749f61c83d1c360ed8ca8d5a80e62951ee4b9 (patch)
tree3b76fa2cb5529394bbe2672a27b6d831ee39b346 /NEWS
parent8a5512b4bfeeed282f8fedbf5c87ec5f153b5691 (diff)
Document the change in Shellwords.shellwords
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56575 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2146f9fecb..3666aa4c34 100644
--- a/NEWS
+++ b/NEWS
@@ -244,6 +244,13 @@ with all sufficient information, see the ChangeLog file or Redmine
* Tk is removed from stdlib. [Feature #8539]
https://github.com/ruby/tk is the new upstream.
+* shellwords
+
+ * Shellwords.shellwords (shellsplit) treats the backslash as escape
+ character only when followed by one of the following characters:
+ $ ` " \ <newline>
+ [Bug #10055]
+
=== C API updates
* ruby_show_version() will no longer exits the process, if