aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-05-21 02:18:44 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-05-21 02:18:44 +0000
commitcd64f82375102b52345349eb2d8b8fd44ef61268 (patch)
tree25e192d184e09785bf97bb8d8322186b0ff49798 /ChangeLog
parent4f8e2a1e47776ebe83615853ecbcff2888ff9497 (diff)
downloadruby-cd64f82375102b52345349eb2d8b8fd44ef61268.tar.gz
ipaddr: fix typo [ci skip]
* lib/ipaddr.rb: [DOC] fix documentation of IN6MASK to mention IPv6. [Fix GH-1349] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55096 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 8c33030d6d..4b5a1058a3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sat May 21 11:18:42 2016 Evgeni Golov <evgeni@golov.de>
+
+ * lib/ipaddr.rb: [DOC] fix documentation of IN6MASK to mention
+ IPv6. [Fix GH-1349]
+
Sat May 21 11:12:53 2016 Dan Martinez <dfm@razorwind.org>
* io.c (Init_IO): [DOC] define dummy ARGF instead of ARGF.class to