summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-12-14 04:01:05 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-12-14 04:01:05 +0000
commit9c3d9bb6a4cad2c63d23ad4283c81da25db7c836 (patch)
tree803ba42a7e6795e6651b3ffaf5af2b677b9a134a /ChangeLog
parent0cdd4e004f50064b1507d7313665860bc9aaeb2d (diff)
merge revision(s) 26033:
* lib/bigdecimal.rb: fix comparison operators [ruby-core:26646] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@26093 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 862452ab73..3c1ba86360 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Mon Dec 14 12:53:56 2009 Marc-Andre Lafortune <ruby-core@marc-andre.ca>
+
+ * lib/bigdecimal.rb: fix comparison operators [ruby-core:26646]
+
Mon Dec 14 12:40:10 2009 Marc-Andre Lafortune <ruby-core@marc-andre.ca>
* object.c (rb_Float): Allow results of to_f to be NaN