|
@@ -5,6 +5,9 @@
|
|
all : fixed wrong handling of "" and null in haxe.io.Path.join
|
|
all : fixed wrong handling of "" and null in haxe.io.Path.join
|
|
all : fixed invalid cast-to-self generation on some abstracts
|
|
all : fixed invalid cast-to-self generation on some abstracts
|
|
all : removed @:to Dynamic from UInt to avoid issues in the Map selection algorithm
|
|
all : removed @:to Dynamic from UInt to avoid issues in the Map selection algorithm
|
|
|
|
+ all : fixed various issues with member/static extension macros
|
|
|
|
+ flash : fixed invalid override involving single-constraint type parameters
|
|
|
|
+ js : disable Std.string optimization of basic type to avoid problems with null values
|
|
|
|
|
|
2014-03-04: 3.1.0
|
|
2014-03-04: 3.1.0
|
|
|
|
|