1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Document the change in Shellwords.shellwords

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56575 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
knu 2016-11-05 05:40:51 +00:00
parent 8a5512b4bf
commit 19c749f61c

7
NEWS
View file

@ -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