Ver Fonte

CHANGES.txt update [skip ci]

Simon Krajewski há 10 anos atrás
pai
commit
6259409a81
1 ficheiros alterados com 16 adições e 2 exclusões
  1. 16 2
      extra/CHANGES.txt

+ 16 - 2
extra/CHANGES.txt

@@ -8,13 +8,27 @@
 
 	all : fixed detection of @:generic classes with constructor constraints
 	all : fixed variable initialization check issue in loop condition
-	js : added variable number of arguments support in js.html.* classes
-	js : fixed DCE issue related to printing enums
+	all : fixed pattern matching on @:enum abstracts via field access (#4084)
+	all : fixed missing implicit casts in Map literals (#4100)
+	all : fixed various minor issues in haxe.xml.Parser
+	all : fixed class path issue when HAXE_STD_PATH is set (#4163)
+	js : fixed DCE issue related to printing enums (#4197)
+	js : fixed various issues with the new Bytes implementation
+	php : fixed EOF handling in FileInput.readByte (#4082)
+	cs/java : fixed Math.fround implementation (#4177)
+	cs/java : fixed some cases of Std.parseInt failing (#4132)
+	cpp : fixed compilation without -main (#4199)
 
 	General improvements and optimizations:
 
 	all : --macro keep no longer causes types to be included for compilation
 	php : support interpolation in __php__ code
+	js : added variable number of arguments support in js.html.* classes
+	js : refined new HTML externs
+
+	Macro features and changes:
+
+	macro : [breaking] synced FClosure and FInstance with the compiler updates
 
 2015-03-15: 3.2.0-RC1