Release Notes

Dear Community,

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

This release addresses a problem with the Flash target output that would cause invalid .swf files to be generated.

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

2017-10-08: 3.4.4

Bugfixes:

  • flash : fixed flash target broken when compiled with OCaml 4.05 (#6589)
  • php7 : fixed accessing static inline var via reflection (#6630)
  • js : fixed js syntax error for value.iterator-- (#6637)
  • cpp : fixed evaluation order problem when constructing enums (#6643)