Przeglądaj źródła

CHANGES.txt update

Simon Krajewski 13 lat temu
rodzic
commit
eacee47662
1 zmienionych plików z 9 dodań i 1 usunięć
  1. 9 1
      doc/CHANGES.txt

+ 9 - 1
doc/CHANGES.txt

@@ -22,7 +22,15 @@
 	all : Removed haxe.Int32, haxe.Firebug, haxe.TimerQueue
 	all : added -D key=value and #if (key >= value) operations
 	all : StringTools.htmlEscape/unescape nows handle "/" and '/'
-	
+	all : using and import must now appear before any type declaration in a file
+	all : no longer create variable fields for pure getter/setter properties (unless @:isVar is used)
+	all : use default get_prop/set_prop instead of custom getter/setter names for properties
+	js : added JQuery.delegateTarget
+	macro : removed EType and CType, added EMeta
+	all : replaced haxe.rtti.Generic interface with @:generic metadata
+	all : no longer infer arrays of mixed types as Array<Dynamic>
+	all : all type/import/enum constructor resolution now follows the shadowing principle (latest has priority)
+
 2012-07-16: 2.10
 	java/cs : added two new targets (beta)
 	all : fixed List and Null<T> for first, last, pop