-
-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
27 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters