Nicolas Cannasse 19 years ago
parent
commit
f4d3d3ef8b
1 changed files with 5 additions and 1 deletions
  1. 5 1
      doc/CHANGES.txt

+ 5 - 1
doc/CHANGES.txt

@@ -7,7 +7,11 @@
 	fixed type hole for compiler-know types (should not resolve using imports)
 	changed packages : neko.* and flash.* (with protection)
 	added Lazy types : type the fields when they are needed with recursion
-	untyped accesses are monomorphs, not dynamics.
+	untyped accesses are monomorphs, not dynamics
+	generated __string check that toString() return an object
+	XmlParser and other APIs for Neko
+	fixed escaped chars in Neko generation 
+	conservative static initialization order
 
 2005-12-23: alpha 5
 	added -main commandline parameter