prepare for 8.2.1
This commit is contained in:
11
CHANGELOG.md
11
CHANGELOG.md
@@ -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)
|
||||
------------------
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user