aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
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)