Skip to content

Commit

Permalink
version 4.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
kLabz committed Aug 7, 2024
1 parent 5308ff8 commit 39b2895
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 1 deletion.
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))
10 changes: 10 additions & 0 deletions downloads/4.3.6/RELEASE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@

Dear Community,

On behalf of the Haxe Foundation, we are proud to announce the official release of Haxe 4.3.6!

This is a bugfix release. Check out the changelog below for more information.

If you have any suggestions or run into any problems, feel free to [open an issue on GitHub](https://github.com/HaxeFoundation/haxe/issues).

Thanks to everyone involved!
7 changes: 6 additions & 1 deletion downloads/versions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"current": "4.3.5",
"current": "4.3.6",
"versions": [
{
"date": "2008-07-17",
Expand Down Expand Up @@ -340,6 +340,11 @@
"date": "2024-07-18",
"version": "4.3.5",
"tag": "4.3.5"
},
{
"date": "2024-08-07",
"version": "4.3.6",
"tag": "4.3.6"
}
]
}

0 comments on commit 39b2895

Please sign in to comment.