From 49684589cdbbbec3d43b73c1255f9c16171b055d Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 6 Jan 2016 08:23:10 +0000 Subject: 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 --- NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'NEWS') 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 -- cgit v1.2.3