Browse Source

you guessed it

Simon Krajewski 11 years ago
parent
commit
419d3c7859
1 changed files with 16 additions and 0 deletions
  1. 16 0
      extra/CHANGES.txt

+ 16 - 0
extra/CHANGES.txt

@@ -1,3 +1,19 @@
+2014-??-??: 3.1.3
+
+	Bugfixes:
+
+	flash : ensure correct endianess in haxe.io.BytesBuffer
+	macro : fixed haxe.macro.Compiler.keep
+
+	General improvements and optimizations:
+
+	all : give @:deprecated warnings by default, allow -D no-deprecation-warnings
+
+	Standard Library:
+
+	all : renamed Bytes.readDouble/Float to getDouble/Float to avoid inheritance issues
+	all : deprecated Bytes.readString in favor of getString
+
 2014-03-29: 3.1.2
 
 	Bugfixes: