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