summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorshugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-11-18 01:08:19 +0000
committershugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-11-18 01:08:19 +0000
commit46425732cf33638fc81b94d274b656d0dd4eba4d (patch)
tree33deb12bf8b883c3b9d79fcc1986f3e8eb5af69d /ChangeLog
parent9876377040ff710a8c68bea2530aafacf81334ff (diff)
* doc/syntax/refinements.rdoc: update documentation to reflect
recent changes. [ci skip] [ruby-core:71466] [Misc #11681] Patch by James Adam git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52629 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6075838d44..601db5175c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Wed Nov 18 10:05:25 2015 Shugo Maeda <shugo@ruby-lang.org>
+
+ * doc/syntax/refinements.rdoc: update documentation to reflect
+ recent changes.
+ [ci skip] [ruby-core:71466] [Misc #11681] Patch by James Adam
+
Wed Nov 18 09:50:21 2015 Naotoshi Seo <sonots@gmail.com>
* test/logger/test_logdevice.rb: Fix tests of logger to make it work on