summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-06-23 08:38:45 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-06-23 08:38:45 +0000
commit0fffabe197432f295ecf6161cfa144c65e1a7c1b (patch)
tree503c9d47d72d15228af25ba62c93d6872ce160dd /ChangeLog
parentdc074ec107e288dfc7b40d45afe3009c968021ca (diff)
000623
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_4@778 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 006d4b779e..0a69af5fdc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Fri Jun 23 17:36:03 2000 Yukihiro Matsumoto <matz@netlab.co.jp>
+
+ * stable version 1.4.5 released.
+
Fri Jun 23 01:11:27 2000 Yukihiro Matsumoto <matz@netlab.co.jp>
* parse.y (new_super): should tweak block_pass node for super too.