Skip to content

Commit

Permalink
release 4.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
kLabz committed Aug 7, 2024
1 parent 59b2587 commit 820d99b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions downloads/4.3.6/CHANGES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@

## 2024-08-07 4.3.6

__Bugfixes__:

* display : do not define "display" for json rpc diagnostics ([#11746](https://github.com/HaxeFoundation/haxe/issues/11746))
* cpp : null check interfaces ([#11743](https://github.com/HaxeFoundation/haxe/issues/11743))
* hl : ignore WANT_READ/WANT_WRITE errors when the socket is known to be blocking ([#11655](https://github.com/HaxeFoundation/haxe/issues/11655))
* hl : fix weird compiler error ([#11690](https://github.com/HaxeFoundation/haxe/issues/11690))
* jvm : fix --java out -D jvm deprecation warning ([#11739](https://github.com/HaxeFoundation/haxe/issues/11739))
* macro : Context.reportError should not abort build macros ([#11741](https://github.com/HaxeFoundation/haxe/issues/11741))

0 comments on commit 820d99b

Please sign in to comment.