prepare for Lime 8.1.1
This commit is contained in:
@@ -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)
|
||||
------------------
|
||||
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user