From d05f10b15fecd6c39294da7eb5eef56e5f0ff898 Mon Sep 17 00:00:00 2001 From: Josh Tynjala Date: Wed, 8 Nov 2023 09:26:20 -0800 Subject: [PATCH] prepare for Lime 8.1.1 --- CHANGELOG.md | 6 ++++++ haxelib.json | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6aa16ec7df..ab7304112e 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 47ebdb331c..a58beb3d5f 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",