diff --git a/CHANGELOG.md b/CHANGELOG.md index 6aa16ec7d..ab7304112 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ Changelog ========= +8.1.1 (11/08/2023) +------------------ + +* Fixed subset of characters escaped in file paths to fix Android builds on Windows. +* Fixed playback of very long sounds by changing arithmetic to avoid integer overflow. + 8.1.0 (10/16/2023) ------------------ diff --git a/haxelib.json b/haxelib.json index 47ebdb331..a58beb3d5 100644 --- a/haxelib.json +++ b/haxelib.json @@ -4,8 +4,8 @@ "license": "MIT", "tags": [], "description": "A foundational Haxe framework for cross-platform development", - "version": "8.1.0", - "releasenote": "New Window properties, webassembly target, project.hxp, -eval and -terser options", + "version": "8.1.1", + "releasenote": "Various bug fixes", "contributors": [ "singmajesty", "bowlerhat",