Skip to content

Commit bb94d5b

Browse files
committed
prepare for 8.3.1
1 parent 8090bac commit bb94d5b

2 files changed

Lines changed: 26 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,30 @@
11
Changelog
22
=========
33

4+
8.3.1 (02/16/2026)
5+
------------------
6+
7+
* Added validation for `ANDROID_SDK`, `ANDROID_NDK_ROOT`, `JAVA_HOME` and `AIR_SDK` paths to ensure that they exist and are directories.
8+
* Added verbose log message when rebuilding a Haxelib's tools to show the name of the Haxelib.
9+
* Added warning log message when rebuilding a Haxelib's tools when no rebuild script is found.
10+
* Added warning log message when `<architecture/>` value is unrecognized.
11+
* Added error when attemping to rebuild HashLink for ARM64.
12+
* Added internal exception message to error reported when NDLL loading fails.
13+
* Fixed exception on some targets in `AudioBuffer` when trying to read codec signature string from bytes.
14+
* Fixed `length` value of `Bytes` on HTML5 target when using `Bytes.fromBytes()`.
15+
* Fixed _lime.ndll_ build on systems with GCC 15 compiler.
16+
* Fixed _lime.ndll_ build on ARM64 Linux distributions other than Raspberry Pi OS.
17+
* Fixed `--no-output` behavior in Android build that exited before all architectures were handled.
18+
* Fixed `JNISafety` to make it safe for macro context.
19+
* Fixed warnings when building pixman with Android NDKs before r22.
20+
* Fixed _lime.ndll_ build when using MinGW compiler.
21+
* Fixed format of `PLATFORM` define for Android.
22+
* Fixed support for spaces in paths when building for iOS or tvOS.
23+
* Fixed DCE incorrectly disabling orientation change listeners on Android.
24+
* Fixed value of `context.attributes.hardware` for `HTML5Window` when creating context.
25+
* Fixed SDL submodule build for some Linux distributions including Raspberry Pi OS.
26+
* Fixed emulated `sys.io.File` on Adobe AIR to use `File.workingDirectory` for relative paths, if available.
27+
428
8.3.0 (11/11/2025)
529
------------------
630

haxelib.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"license": "MIT",
55
"tags": [],
66
"description": "A foundational Haxe framework for cross-platform development",
7-
"version": "8.3.0",
8-
"releasenote": "Orientation events, gamepad rumble, display safe area, HashLink update",
7+
"version": "8.3.1",
8+
"releasenote": "Various bug fixes",
99
"contributors": [
1010
"singmajesty",
1111
"bowlerhat",

0 commit comments

Comments
 (0)