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:
parent
8a5512b4bf
commit
19c749f61c
1 changed files with 7 additions and 0 deletions
7
NEWS
7
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
|
||||
|
|
Loading…
Add table
Reference in a new issue