summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-03-26 01:05:18 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-03-26 01:05:18 +0000
commit4d6aeebbabe6304dadcc83c659bf9e2f979990b3 (patch)
tree623b6aaeb718c2f4799ffc15a15d27a5b0b347ff /ChangeLog
parent733a03c285e9da31b5e01904fac5ee6f2c397576 (diff)
* test/test_observer.rb: add tests for Observable module.
[fix GH-859] Patch by @brightbits git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50095 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 24c7cbee4e..15c368d785 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Mar 26 10:05:13 2015 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
+
+ * test/test_observer.rb: add tests for Observable module.
+ [fix GH-859] Patch by @brightbits
+
Thu Mar 26 06:35:10 2015 Eric Wong <e@80x24.org>
* README.EXT: add redirect [ruby-core:68631]