diff --git a/ChangeLog b/ChangeLog index c8452651b0..4b1875b1dd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Fri Dec 22 15:07:55 2000 Yukihiro Matsumoto + + * stable version 1.6.2 released. + Thu Dec 21 13:01:46 2000 Tanaka Akira * lib/net/ftp.rb (makeport): don't use TCPsocket.getaddress. @@ -6,7 +10,7 @@ Wed Dec 20 12:00:15 2000 Yukihiro Matsumoto * bignum.c (rb_big_lshift): should cast up to BDIGIT_DBL. - * parse.y (yylex): disallow trailin '_' for numeric litrals. + * parse.y (yylex): disallow trailing '_' for numeric litrals. * bignum.c (rb_cstr2inum): allow `_' within converting string.