prepare for Lime 8.1.1

This commit is contained in:
Josh Tynjala
2023-11-08 09:26:20 -08:00
parent a6aad10e92
commit d05f10b15f
2 changed files with 8 additions and 2 deletions

View File

@@ -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)
------------------

View File

@@ -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",