Nicolas Cannasse 19 年之前
父节点
当前提交
8e9d9e7e76
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      doc/CHANGES.txt

+ 4 - 0
doc/CHANGES.txt

@@ -3,6 +3,10 @@
 	changed typing order for do...while (infer condition after block)
 	fixed JS "catch" generation
 	fixed extending flash.* extern class
+	fixed bug in neko generator w/ closures
+	fixed bug in js generator (return switch need correct "this" context)
+	fixed bug in for x in a...b : invalid local variables overridding
+	added properties
 
 2006-04-02: beta 4
 	fixed javascript events case