aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authortenderlove <tenderlove@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-06-09 17:26:29 +0000
committertenderlove <tenderlove@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-06-09 17:26:29 +0000
commit132161da6911b51f6c5807d696f59d16d1ce1d23 (patch)
tree2b8566c32452c34028b1b192c00da8e41ece3146 /ChangeLog
parentc2f9e1b1007c1d498fed23bc749305b3c47afea1 (diff)
downloadruby-132161da6911b51f6c5807d696f59d16d1ce1d23.tar.gz
* ext/psych/lib/psych.rb: updating version to match released gem.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31977 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 adfa289951..51f9ad6c8c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Fri Jun 10 02:25:53 2011 Aaron Patterson <aaron@tenderlovemaking.com>
+
+ * ext/psych/lib/psych.rb: updating version to match released gem.
+
Fri Jun 10 01:06:29 2011 Tadayoshi Funaba <tadf@dotrb.org>
* ext/bigdecimal (BigDecimal_to_i): Integer#** may return flonum.