summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-01-06 08:23:10 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-01-06 08:23:10 +0000
commit49684589cdbbbec3d43b73c1255f9c16171b055d (patch)
treeb3fbc07ffeda4a61ca34f64dea679c4a533f0e79 /NEWS
parent4d0e0a38239b7558f3f7934076b6e3dd54b1547f (diff)
optparse.rb: into kwdarg
* lib/optparse.rb (OptionParser#order!): add `into` optional keyword argument to store the results. [Feature #11191] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53444 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 46e4771531..7384eb7931 100644
--- a/NEWS
+++ b/NEWS
@@ -21,6 +21,9 @@ with all sufficient information, see the ChangeLog file or Redmine
* CSV
* Add a liberal_parsing option. [Feature #11839]
+* optparse
+ * Add an into option. [Feature #11191]
+
=== Stdlib compatibility issues (excluding feature bug fixes)
=== Built-in global variables compatibility issues