浏览代码

CHANGES.txt update [skip ci]

Simon Krajewski 8 年之前
父节点
当前提交
19e124d275
共有 1 个文件被更改,包括 24 次插入0 次删除
  1. 24 0
      extra/CHANGES.txt

+ 24 - 0
extra/CHANGES.txt

@@ -1,3 +1,27 @@
+2017-10-??: 4.0.0-preview.2
+
+	New features:
+
+	all : added final keyword (#6596)
+
+	General improvements and optimizations:
+
+	all : replaced some occurrences of List with Array
+	all : changed haxe.xml.Fast to an abstract
+
+	Removals:
+
+	all : moved haxe.unit to hx3compat
+	all : moved haxe.web.Request to hx3compat
+
+	Bugfixes:
+
+	all : fixed issue with various functions not being displayed in macro context (#6000)
+	eval : fixed bug with equality handling
+	eval : fixed issue with file creation not defaulting to binary
+	cs/java : fixed DCE bug that would lose toString method of thrown objects
+	php/python : fixed some bit operators for Int32 (#5938)
+
 2017-09-12: 4.0.0-preview.1
 
 	New features: