Release Notes

Dear Community,

On behalf of the Haxe Foundation we are proud to announce that Haxe 3.4.7 is now officially released! It is available along with the changelog at https://haxe.org/download.

This is a bugfix release.

Please test your Haxe code with this version and let us know if you come across any problems at https://github.com/HaxeFoundation/haxe/issues.

Thank you for your support.

Change Log

2018-02-22: 3.4.7

Bugfixes:

  • all : fixed a compilation failure if output directory starts with a slash (#6844)
  • all : fixed autogenerated constructor for extending @:structInit classes (#6822, #6078)
  • display : fixed completion in import.hx files (#6022)
  • php : fixed List.pop() for sequential pops (#6859)