|
@@ -1,8 +1,14 @@
|
|
|
|
+2018-XX-XX: 3.4.7
|
|
|
|
+
|
|
|
|
+ Bugfixes:
|
|
|
|
+
|
|
|
|
+ all : fixed a compilation failure if output directory starts with a slash (#6844)
|
|
|
|
+
|
|
2018-02-12: 3.4.6
|
|
2018-02-12: 3.4.6
|
|
|
|
|
|
Bugfixes:
|
|
Bugfixes:
|
|
|
|
|
|
- all : fixed a bug when Haxe compiler couldn't find std lib on Linux if executed by another program
|
|
|
|
|
|
+ all : fixed a bug when Haxe compiler couldn't find std lib on Linux if executed by another program
|
|
all : fixed "Unix.Unix_error" compiler failure if output directory contains a trailing slash (#6212, #6768)
|
|
all : fixed "Unix.Unix_error" compiler failure if output directory contains a trailing slash (#6212, #6768)
|
|
php7 : fixed an issue with "Object" used as a class name for PHP 7.2 (it's a new keyword in php) (#6838)
|
|
php7 : fixed an issue with "Object" used as a class name for PHP 7.2 (it's a new keyword in php) (#6838)
|
|
as3 : fixed "inifinite recursion" compiler error for classes named "Object"
|
|
as3 : fixed "inifinite recursion" compiler error for classes named "Object"
|