summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorwhy <why@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-08-01 18:23:35 +0000
committerwhy <why@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-08-01 18:23:35 +0000
commit14b36789473aba8677a654455b12d4f5adf2e151 (patch)
tree4545c4a451ca1211b0890e50f583b0dc8f1d54a8 /ChangeLog
parent568d27e8e560ac1c321396b68ad13a0493ec2cdc (diff)
* lib/yaml/store.rb (YAML::Store#initialize): filename is first
argument. Thanks Kent Dahl. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4275 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 eb54c59f2..45289d73b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Aug 2 03:20:00 2003 why the lucky stiff <ruby-cvs@whytheluckystiff.net>
+
+ * lib/yaml/store.rb (YAML::Store#initialize): filename is first
+ argument. Thanks Kent Dahl.
+
Sat Aug 2 00:49:31 2003 Minero Aoki <aamine@loveruby.net>
* lib/net/http.rb: refine document.