ruby-changes:40649
From: nobu <ko1@a...>
Date: Tue, 24 Nov 2015 08:30:20 +0900 (JST)
Subject: [ruby-changes:40649] nobu:r52728 (trunk): Fix Struct#dig issue number [ci skip]
nobu 2015-11-24 08:30:09 +0900 (Tue, 24 Nov 2015) New Revision: 52728 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=52728 Log: Fix Struct#dig issue number [ci skip] * NEWS: Fix the issue number of `Struct#dig`, which should be [Feature #11688]. [Fix GH-1110] Modified files: trunk/ChangeLog trunk/NEWS Index: ChangeLog =================================================================== --- ChangeLog (revision 52727) +++ ChangeLog (revision 52728) @@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Tue Nov 24 08:30:06 2015 JuanitoFatas <katehuang0320@g...> + + * NEWS: Fix the issue number of `Struct#dig`, which should be + [Feature #11688]. [Fix GH-1110] + Tue Nov 24 07:56:54 2015 Eric Wong <e@8...> * ext/socket/init.c (rsock_accept): handle ENOMEM Index: NEWS =================================================================== --- NEWS (revision 52727) +++ NEWS (revision 52728) @@ -102,7 +102,7 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L102 * Regexp/String: Updated Unicode version from 7.0.0 to 8.0.0 * Struct - * Struct#dig [Feature #11686] + * Struct#dig [Feature #11688] * Thread * Thread#name, Thread#name= are added to handle thread names [Feature #11251] -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/