Update of /cvsroot/jython/jython
In directory usw-pr-cvs1:/tmp/cvs-serv29067
Modified Files:
NEWS
Log Message:
More news.
Index: NEWS
===================================================================
RCS file: /cvsroot/jython/jython/NEWS,v
retrieving revision 2.19
retrieving revision 2.20
diff -C2 -r2.19 -r2.20
*** NEWS 2000/12/31 11:25:45 2.19
--- NEWS 2001/01/07 09:14:20 2.20
***************
*** 1,4 ****
--- 1,10 ----
Jython NEWS
+ xx-Jan-2000 Jython 2.0 beta 2
+
+ Bug fixes.
+ - Fixed innerclass names with '$' #127200
+ - Fixed a bug where final methods were overriden in proxy #127201.
+
31-Dec-2000 Jython 2.0 beta 1
|