Skip to content

Commit 174b922

Browse files
committed
1.4.29
1 parent f84e2d6 commit 174b922

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 1.4.29 (April 17, 2025)
2+
3+
* improved display on ValueException, now show inner error
4+
* fixed return I64 display
5+
* fixed missing static var inside @:struct
6+
* allow eval hl.NativeArray similar to an Array
7+
* allow inspect inside hl.CArray with hint
8+
19
## 1.4.28 (March 7, 2025)
210

311
* improved support for multi-line string

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "haxe-hl",
33
"displayName": "HashLink Debugger",
4-
"version": "1.4.28",
4+
"version": "1.4.29",
55
"publisher": "HaxeFoundation",
66
"license": "MIT",
77
"description": "Debugger for Haxe/HashLink applications",

0 commit comments

Comments
 (0)