aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-16 07:16:00 +0000
committernormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-16 07:16:00 +0000
commit143ee3b98d2b5b7ca47cfa4d3519b6c68b321fb4 (patch)
tree67b966b7a8470fa87edbdc16a39ad8ac1441b96a /ChangeLog
parentf77311678258a99302e6fb8ea2d60bc21f2039b2 (diff)
downloadruby-143ee3b98d2b5b7ca47cfa4d3519b6c68b321fb4.tar.gz
NEWS: note IO#fadvise change [ruby-core:72168] [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53149 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 b4de39f34b..7528357f3c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Wed Dec 16 16:04:49 2015 Eric Wong <e@80x24.org>
+
+ * NEWS: note IO#fadvise change [ruby-core:72168]
+
Wed Dec 16 15:35:13 2015 Koichi Sasada <ko1@atdot.net>
* vm.c: fix mark miss for proc given as passed block.