aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-08-26 13:30:35 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-08-26 13:30:35 +0000
commit618dadaaaacb7aca96fdc7abb1fd2607835dd08c (patch)
treed1a7790a8ed84997106cbe500627b57114b6e04f /ChangeLog
parent63683cb46dc3553e8cb25311f3306aa271bcc92e (diff)
downloadruby-618dadaaaacb7aca96fdc7abb1fd2607835dd08c.tar.gz
* test/ruby/test_complex.rb: cherry-picked working assertions from r47251.
* test/ruby/test_rational.rb: cherry-picked working assertions from r47263. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47291 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 8f06810813..181e07b166 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Aug 26 22:07:42 2014 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
+
+ * test/ruby/test_complex.rb: cherry-picked working assertions from r47251.
+ * test/ruby/test_rational.rb: cherry-picked working assertions from r47263.
+
Tue Aug 26 21:07:56 2014 gogo tanaka <mail@tanakakazuki.com>
* lib/mathn.rb (Fixnum#**, Bignum#**, Float#**, Rational#**):