Nicolas Cannasse 20 年之前
父節點
當前提交
9afeed3bb3
共有 1 個文件被更改,包括 8 次插入0 次删除
  1. 8 0
      doc/CHANGES.txt

+ 8 - 0
doc/CHANGES.txt

@@ -1,4 +1,12 @@
 2005-12-??: alpha 5
+	added -main
+	catches are now working with Neko
+	restricted catch types for type-safety
+	added constructor inheritance + check if superconstructor is called
+	allowed Dynamic-only subtyping on type parameters
+	added method closures to Neko generation
+	added class Reflect
+	added License : libraries are BSD
 
 2005-12-10: alpha 4
 	forbid break and continue outside loops