Nicolas Cannasse 20 năm trước cách đây
mục cha
commit
0d6ebb87a3
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      doc/CHANGES.txt

+ 3 - 1
doc/CHANGES.txt

@@ -1,5 +1,5 @@
 2005-12-??: alpha 5
-	added -main
+	added -main commandline parameter
 	catches are now working with Neko
 	restricted catch types for type-safety
 	added constructor inheritance + check if superconstructor is called
@@ -7,6 +7,8 @@
 	added method closures to Neko generation
 	added class Reflect
 	added License : libraries are BSD
+	added -xml documentation output
+	allowed class instance :> anonymous subtyping
 
 2005-12-10: alpha 4
 	forbid break and continue outside loops