summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-06-24 10:05:16 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-06-24 10:05:16 +0000
commit780f2ffb018ae77a578df71327ca2ac230b700d4 (patch)
tree8fcc81ea30617c976b402aaa090b41a8ae58ec51 /ChangeLog
parent5182eb80b4df101fda0776fc5a745b164845b748 (diff)
000624-repack
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_4@780 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 0409bc408d..30eea460a9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,12 +1,12 @@
+Sat Jun 24 19:02:34 2000 Yukihiro Matsumoto <matz@netlab.co.jp>
+
+ * stable version 1.4.5 released.
+
Fri Jun 23 22:34:51 2000 Katsuyuki Komatsu <komatsu@sarion.co.jp>
* bignum.c (rb_big_lshift): reorder xds assignment to avoid
reusing `x' as `len' by VC++ 6.0 SP3 compiler with -Ox switch.
-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.