From 36b14e946935f1560e9cbdaa7b010cdfbf16017e Mon Sep 17 00:00:00 2001 From: Josh Tynjala Date: Thu, 31 Oct 2024 15:22:38 -0700 Subject: [PATCH] prepare for 8.2.1 --- CHANGELOG.md | 11 +++++++---- haxelib.json | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1948c9f75d..9ca7f078e3 100644 --- a/CHANGELOG.md +++ b/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) ------------------ diff --git a/haxelib.json b/haxelib.json index 9cc0096853..b3dcba7aa2 100644 --- a/haxelib.json +++ b/haxelib.json @@ -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",