Fix Struct#dig issue number [ci skip]

* NEWS: Fix the issue number of `Struct#dig`, which should be
  [Feature #11688].  [Fix GH-1110]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52728 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2015-11-23 23:30:09 +00:00
Родитель d51743afc8
Коммит abd52f7d69
2 изменённых файлов: 6 добавлений и 1 удалений

Просмотреть файл

@ -1,3 +1,8 @@
Tue Nov 24 08:30:06 2015 JuanitoFatas <katehuang0320@gmail.com>
* 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@80x24.org>
* ext/socket/init.c (rsock_accept): handle ENOMEM

2
NEWS
Просмотреть файл

@ -102,7 +102,7 @@ with all sufficient information, see the ChangeLog file.
* 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]