Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kLabz committed Nov 16, 2023
1 parent 3641817 commit 0a35cb5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions extra/CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
2023-09-15 4.3.3
2023-09-17 4.3.3

General improvements:

all : improve extra field error range (#11335)
all : better error messages for --connect
hl : improve error message when hl_version is missing (#11086)
hl/c : compiler now adds hlc define when targeting hl/c (#11382)
macro : update macro API restriction warnings when using -D haxe-next (#11377)

Bugfixes:
Expand All @@ -17,7 +18,8 @@
hl : make genhl respect Meta.NoExpr (#11257)
hl : don't add bindings for non existing methods
hl/c : add missing I64 mod support
hl/c : add bool to reserved keywords (#11293)
hl/c : rework reserved keywords (#11293, #11378)
hl/c : fix Int64 unsigned right shift overflow (#11382)
java/cs: fix stack overflow from closures constraints (#11350)
js : DOMElement insertAdjacentElement should not be pure (#11333)
macro : catch trailing invalid syntax in Context.parseInlineString (#11368)
Expand Down

0 comments on commit 0a35cb5

Please sign in to comment.