CHANGELOG

This commit is contained in:
Josh Tynjala
2024-03-13 08:34:09 -07:00
parent fc6b90538a
commit 1c8ecd30ea

View File

@@ -1,7 +1,7 @@
Changelog Changelog
========= =========
8.1.2 (??/??/2024) 8.1.2 (03/13/2024)
------------------ ------------------
* Fixed error handling when failing to get joystick information in html5. * Fixed error handling when failing to get joystick information in html5.
@@ -13,6 +13,7 @@ Changelog
* Fixed assets not being loaded when using nested asset tags (e.g., `<assets path="assets"> <image path="MyImage.png" /> </assets>`). * Fixed assets not being loaded when using nested asset tags (e.g., `<assets path="assets"> <image path="MyImage.png" /> </assets>`).
* Fixed VC runtime potentially not being bundled into HL apps built on Windows. * Fixed VC runtime potentially not being bundled into HL apps built on Windows.
* Fixed error in `AssetsMacro` when building with Haxe 4.3.4 or newer. * Fixed error in `AssetsMacro` when building with Haxe 4.3.4 or newer.
* Fixed crash on iOS during network operations.
* Updated howler.js to 2.2.3. * Updated howler.js to 2.2.3.
* Removed ARMv7 architecture from Android default architectures. * Removed ARMv7 architecture from Android default architectures.
* Removed deprecated ARMv7 architecture from iOS default architectures. * Removed deprecated ARMv7 architecture from iOS default architectures.