diff --git a/CHANGELOG.md b/CHANGELOG.md index eb76a49..ae40b38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.4.13 (June 3, 2024) +* improved eval access to class with file/package prefix +* added eval support for null-safe field access operator (?.) +* added comparison for enum value + ## 1.4.12 (May 30, 2024) * fixed comparison pointer/null * fixed compound launch diff --git a/package.json b/package.json index 2b973f9..e5491d9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "haxe-hl", "displayName": "HashLink Debugger", - "version": "1.4.12", + "version": "1.4.13", "publisher": "HaxeFoundation", "license": "MIT", "description": "Debugger for Haxe/HashLink applications",