summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1999-12-07 09:25:55 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1999-12-07 09:25:55 +0000
commitf164412f12516837b126d3256eecb9aad4264280 (patch)
treea47d43d793152f4ec2c72d0912c73eba73669986 /ChangeLog
parent0ca799d43c24ec0ce26d59e4fabcc5a092eec9c7 (diff)
991207
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_4@577 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 d97debfe18..ffaa2bb03a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue Dec 7 18:25:26 1999 Yukihiro Matsumoto <matz@netlab.co.jp>
+
+ * stable version 1.4.3 released.
+
Mon Dec 6 15:55:30 1999 EGUCHI Osamu <eguchi@shizuokanet.ne.jp>
* numeric.c (fix_rshift): Fix -1 >> 32 returned 0. (-1 is true)