From 19c749f61c83d1c360ed8ca8d5a80e62951ee4b9 Mon Sep 17 00:00:00 2001 From: knu Date: Sat, 5 Nov 2016 05:40:51 +0000 Subject: Document the change in Shellwords.shellwords git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56575 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'NEWS') 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: + $ ` " \ + [Bug #10055] + === C API updates * ruby_show_version() will no longer exits the process, if -- cgit v1.2.3