Browse Source

changelog [skip ci]

Alexander Kuzmenko 7 years ago
parent
commit
499c69c37f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      extra/CHANGES.txt

+ 2 - 2
extra/CHANGES.txt

@@ -17,8 +17,6 @@
 	all : made all non-warning/non-error compiler messages output to stdout (#4480)
 	all : make DCE keep constructor if any instance field is kept (#6690)
 	all : make `final` in structures use class notation
-	all : fixed haxe.format.JsonPrinter for instances of classes to make it produce consistent result across targets (#6801)
-	all : fixed autogenerated constructor for extending @:structInit classes (#6822, #6078)
 	display : added `this` and `super` to toplevel completion (#6051)
 	php : implemented direct method comparison. No need to use `Reflect.compareMethods()`
 	php : added `php.Syntax.code()` instead of deprecated `untyped __php__()` (#6708)
@@ -45,6 +43,8 @@
 	all : fixed abstract `@:to` used when `from` is available in a specific case (#6751)
 	all : sys.Http: fix chunked encoding handling (#6763)
 	all : fix some invalid Json being accepted by haxe.format.JsonParser (#6734)
+	all : fixed haxe.format.JsonPrinter for instances of classes to make it produce consistent result across targets (#6801)
+	all : fixed autogenerated constructor for extending @:structInit classes (#6822, #6078)
 	js : fixed saving setter to `tmp` var before invocation (#6672)
 	lua : fix toString behavior in the case of -0 (#6652)
 	lua : properly bind field functions when passed as arguments (#6722)