summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--NEWS2
2 files changed, 6 insertions, 1 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
diff --git a/NEWS b/NEWS
index b2f6c44d2a..db7f967514 100644
--- a/NEWS
+++ b/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]