aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-11-23 23:30:09 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-11-23 23:30:09 +0000
commitd6f37b2d325d04f89f034a6255cd5dd3105faae3 (patch)
tree50fdfe5f2997fc3962c6f80e56ad65644050ed9f /ChangeLog
parent1f21499ce2ae748b1bf1d1189ce018b0bace94cb (diff)
downloadruby-d6f37b2d325d04f89f034a6255cd5dd3105faae3.tar.gz
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
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 500cfb3759..a0f186f6b5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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