Skip to content

Commit 36b14e9

Browse files
committed
prepare for 8.2.1
1 parent 6de4b67 commit 36b14e9

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
Changelog
22
=========
33

4-
8.2.1 (10/??/2024)
4+
8.2.1 (11/01/2024)
55
------------------
66

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

1114
8.2.0 (10/21/2024)
1215
------------------

haxelib.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"tags": [],
66
"description": "A foundational Haxe framework for cross-platform development",
77
"version": "8.2.1",
8-
"releasenote": "Correct path for raspberrypi ndlls, minor fixes",
8+
"releasenote": "Various bug fixes",
99
"contributors": [
1010
"singmajesty",
1111
"bowlerhat",

0 commit comments

Comments
 (0)