浏览代码

you guessed it

Simon Krajewski 11 年之前
父节点
当前提交
419d3c7859
共有 1 个文件被更改,包括 16 次插入0 次删除
  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: