summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-05-27 12:29:19 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-05-27 12:29:19 +0000
commit313fa180333a1eb4d1fa1542930e83f8d77e6b2d (patch)
tree4f52230e0f12a375c2023e6b246e07e4b0d7bfaf /ChangeLog
parentc3ebc82832be35eceafdc929df915e3b46ed42f6 (diff)
* ext/socket/ifaddr.c (ifaddr_inspect_flags): support IFF_SIMPLEX.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46173 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 545bc85868..852b71a1c8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue May 27 21:28:16 2014 NARUSE, Yui <naruse@ruby-lang.org>
+
+ * ext/socket/ifaddr.c (ifaddr_inspect_flags): support IFF_SIMPLEX.
+
Tue May 27 21:03:03 2014 Kouhei Sutou <kou@cozmixng.org>
* test/rexml/: Use REXMLTests as wrapping module for REXML tests.