Skip to content

Commit

Permalink
prepare for Lime 8.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Nov 8, 2023
1 parent a6aad10 commit d05f10b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
------------------

Expand Down
4 changes: 2 additions & 2 deletions haxelib.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d05f10b

Please sign in to comment.