aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2019-09-02 15:08:53 +0900
committerGitHub <noreply@github.com>2019-09-02 15:08:53 +0900
commit6f206b8ec6f945804c56cf8249739c6e94ed65f6 (patch)
tree8e04d964baa3cd07239dcaeb35ed41d113c55c39 /NEWS
parent633ae3278ecce7c2b98fa1aa6106f963894c538a (diff)
downloadruby-6f206b8ec6f945804c56cf8249739c6e94ed65f6.tar.gz
Prohibit nul-separated glob pattern [Feature #14643] (#2419)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2857cc9e4c..710039417a 100644
--- a/NEWS
+++ b/NEWS
@@ -79,6 +79,13 @@ Complex::
* Added Complex#<=>. So 0 <=> 0i will not raise NoMethodError. [Bug #15857]
+Dir::
+
+ Modified method::
+
+ * Dir#glob and Dir#[] no longer allow NUL-separated glob pattern.
+ Use Array instead. [Feature #14643]
+
Encoding::
* Added new encoding CESU-8 [Feature #15931]