aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-04-19 07:05:39 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-04-19 07:05:39 +0000
commit737482284441f90ffd8eb23e46649906894bd531 (patch)
tree8dc2ddcc0a0fd6f455e3ceb3349d14076ad7491a /NEWS
parentbb414bd27ccef372f866bb1e57c80056f5cb9c84 (diff)
downloadruby-737482284441f90ffd8eb23e46649906894bd531.tar.gz
dir.c: warning for NUL
* dir.c (rb_push_glob): warn NUL-separated glob patterns. [Feature #14643] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63190 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 5be9025862..5a8f4e4286 100644
--- a/NEWS
+++ b/NEWS
@@ -152,6 +152,11 @@ with all sufficient information, see the ChangeLog file or Redmine
and File.readlines do not invoke external commands even if the path
starts with the pipe character |. [Feature #14245]
+* Dir
+
+ * Dir.glob with '\0'-separated pattern list will be deprecated, and
+ is now warned. [Feature #14643]
+
=== Stdlib compatibility issues (excluding feature bug fixes)
=== C API updates