summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-01-12 18:49:30 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-01-12 18:49:30 +0000
commitd00fe54803361cb0a63325427f91a745a2488b72 (patch)
treef26d4632bd7677fc389c43b27c89efd19f60df8a /NEWS
parentc100aeb8384ce45a073741b649b14be6c211d2e6 (diff)
* lib/shellwords.rb (Shellwords#shellescape): shellescape() now
stringifies the given object using to_s. * lib/shellwords.rb (Shellwords#shelljoin): shelljoin() accepts non-string objects in the given array, each of which is stringified using to_s. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34287 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 58370a6a28..32480e014f 100644
--- a/NEWS
+++ b/NEWS
@@ -55,6 +55,11 @@ with all sufficient information, see the ChangeLog file.
* Resolv::DNS#timeouts=
* Resolv::DNS::Config#timeouts=
+* shellwords
+ * Shellwords#shellescape() now stringifies the given object using to_s.
+ * Shellwords#shelljoin() accepts non-string objects in the given
+ array, each of which is stringified using to_s.
+
=== Language changes
=== Compatibility issues (excluding feature bug fixes)