Browse Source

4.0.5 changelog

Aleksandr Kuzmenko 5 năm trước cách đây
mục cha
commit
36264351da
1 tập tin đã thay đổi với 12 bổ sung1 xóa
  1. 12 1
      extra/CHANGES.txt

+ 12 - 1
extra/CHANGES.txt

@@ -1,10 +1,21 @@
 ????-??-??: 4.1.0
 
 	General improvements:
-	
+
 	js : use abstract type name for generating its implementation class (#9006)
 	js : improve haxe.ds.StringMap implementation (#8909)
 
+2019-12-17: 4.0.5
+
+	Bugfixes:
+
+	java : fix boolean arguments for `Type.createInstance(cls, args)` (#9025)
+	jvm : fix static overloads (#9034)
+	java/cs : fixed `Reflect.makeVarArgs(fn)` for calls of `fn` without arguments (#9037)
+	js : fix multiple appearances of the first object added to `ObjectMap` is passed to `ObjectMap.set(obj, v)` multiple times (#9026)
+	js : automatically wrap compound expressions with parentheses when passed to `js.Syntax.code()` (#9024)
+	windows : fix adding neko to PATH env var running windows installer (#9021)
+
 2019-11-29: 4.0.3
 
 	General improvements: