Browse Source

CHANGES.txt update [skip ci]

Simon Krajewski 8 years ago
parent
commit
19e124d275
1 changed files with 24 additions and 0 deletions
  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: