Skip to content

Commit

Permalink
prepare for 8.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Oct 31, 2024
1 parent 6de4b67 commit 36b14e9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
------------------
Expand Down
2 changes: 1 addition & 1 deletion haxelib.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 36b14e9

Please sign in to comment.