aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-05-13 10:27:12 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-05-13 10:27:12 +0000
commitc2f8979729b1c698b48f5f727c0dd5ed3d1de5a3 (patch)
tree55c304303f856d63fd5af6162567a11ea9a48e7d /ChangeLog
parenteb5de217f190c70da870931a027b8b989171cc0d (diff)
downloadruby-c2f8979729b1c698b48f5f727c0dd5ed3d1de5a3.tar.gz
ChangeLog for it
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31546 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 0e1796b5a3..10070b8bc7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Fri May 13 19:23:21 2011 URABE Shyouhei <shyouhei@ruby-lang.org>
+
+ * numeric.c (flo_coerce): Add #flo_coerce documentation.
+ Patch by Sebastian Martinez.
+ https://github.com/ruby/ruby/pull/21
+
Fri May 13 18:42:22 2011 URABE Shyouhei <shyouhei@ruby-lang.org>
* README.EXT: fix typo. Patch by William Blackerby.