summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-04-12 14:02:29 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-04-12 14:02:29 +0000
commitb2b4a4e79b97e3597665d9f8926fbcb460dc2939 (patch)
tree7bc0047c4fba282bf2ee683c923afec32fd8b928 /ChangeLog
parent7d847f22eb1b9d19aaab9b2d0239041335978f07 (diff)
merges r22744 from trunk into ruby_1_9_1.
-- * lib/csv.rb: Some minor documentation fixes from Gregory Brown. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@23177 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 1d0e0d2fb..8d24c37f3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Wed Mar 4 05:19:27 2009 James Edward Gray II <jeg2@ruby-lang.org>
+
+ * lib/csv.rb: Some minor documentation fixes from Gregory Brown.
+
Wed Mar 4 00:54:43 2009 Yuki Sonoda (Yugui) <yugui@yugui.jp>
* lib/prime.rb (Prime::prime?): used to return a wrong answer.