prepare for 8.2.1

This commit is contained in:
Josh Tynjala
2024-10-31 15:22:38 -07:00
parent 6de4b67620
commit 36b14e9469
2 changed files with 8 additions and 5 deletions

View File

@@ -1,12 +1,15 @@
Changelog
=========
8.2.1 (10/??/2024)
8.2.1 (11/01/2024)
------------------
* Fixed paths for ndll on Raspberry pi
* Fixed `BackgroundWorker`conditional on hl to use threads only for haxe4
* Fixed `Sys.exit()` causing hang instead of exiting application.
* Fixed paths for _.ndll_ files when targeting Raspberry Pi.
* Fixed compiling `BackgroundWorker` when targeting HashLink before Haxe 4.
* Fixed errors compiling `ThreadPool` for HashLink with Haxe 4.0 and 4.1.
* Fixed `Font.renderGlyph` to support 32-bit colors, including alpha.
* Fixed OpenFL line height issues by rolling back FreeType submodule to version 2.9.1.
8.2.0 (10/21/2024)
------------------

View File

@@ -5,7 +5,7 @@
"tags": [],
"description": "A foundational Haxe framework for cross-platform development",
"version": "8.2.1",
"releasenote": "Correct path for raspberrypi ndlls, minor fixes",
"releasenote": "Various bug fixes",
"contributors": [
"singmajesty",
"bowlerhat",