Skip to content

Commit

Permalink
1.4.15
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxiaomao committed Jun 20, 2024
1 parent 0e3a7e4 commit ce4c92d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.4.15 (June 19, 2024)
* fixed eval call: stack/reg/breakpoint corruption, function resolution
* fixed single captured variable
* fixed macOS code signature verification when hl path has spaces (#132)

## 1.4.14 (June 5, 2024)
* fixed eval this

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "haxe-hl",
"displayName": "HashLink Debugger",
"version": "1.4.14",
"version": "1.4.15",
"publisher": "HaxeFoundation",
"license": "MIT",
"description": "Debugger for Haxe/HashLink applications",
Expand Down

0 comments on commit ce4c92d

Please sign in to comment.