Skip to content

Commit 2ae1b56

Browse files
committed
prepare for 1.3.1
1 parent 36041c5 commit 2ae1b56

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
1.3.1 (10/29/2025)
2+
------------------
3+
4+
* Fix for running 32-bit operating system with 64-bit kernel on Raspberry Pi
5+
* Fix \r\n line break handling
6+
* Fix detection of ARMV7 and armv8l strings for host architecture
7+
* Fix Node.js detection to fall back to system path when Lime doesn't bundle it
8+
* Fix detection of drive letter on Windows in `Path.isAbsolute()`
9+
110
1.3.0 (06/26/2023)
211
------------------
312

haxelib.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"license": "MIT",
55
"tags": [],
66
"description": "Cross-platform build tools for desktop, mobile, web and consoles",
7-
"version": "1.3.0",
8-
"releasenote": "Added ARM64 to HostArchitecture",
7+
"version": "1.3.1",
8+
"releasenote": "Various bug fixes",
99
"contributors": [
1010
"singmajesty",
1111
"bowlerhat",

0 commit comments

Comments
 (0)