aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMarcus Stollsteimer <sto.mar@web.de>2019-12-23 14:46:58 +0100
committerMarcus Stollsteimer <sto.mar@web.de>2019-12-23 14:46:58 +0100
commit9a42e0c7ed4dcc57043a8a35a50686625adba686 (patch)
tree6c9eed0fe3a2bd488080663cf068a07267e52161 /NEWS
parentde1a462454f4196490263c9be8be16a44513f5a0 (diff)
downloadruby-9a42e0c7ed4dcc57043a8a35a50686625adba686.tar.gz
NEWS: add reference for [Feature #14405]
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index a71feac2d0..98cb8376c9 100644
--- a/NEWS
+++ b/NEWS
@@ -578,8 +578,8 @@ OptionParser::
Pathname::
- * Delegates 3 arguments from Pathname.glob to Dir.glob to
- accept +base+ keyword.
+ * Pathname.glob now delegates 3 arguments to Dir.glob
+ to accept +base+ keyword. [Feature #14405]
Racc::