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

+ 1 - 2
doc/CHANGES.txt

@@ -20,8 +20,7 @@
 	all : allowed abitrary string fields in anonymous objects
 	all : allowed optional structure fields (for constant structs)
 	all : allowed optional args in functions types (?Int -> Void)
-	all : added Reflect.getProperty/setProperty
-		(partial support : neko, js, php only so far)
+	all : added Reflect.getProperty/setProperty (except flash8)
 	all : added --wait and --cwd and --connect (parsed files and module caching)
 	all : fixed completion in macros calls arguments
 	all : fixed DCE removing empty but still used interfaces/superclasses