From 820d99bfd0aadccb9bb9366f51c6361154b22a43 Mon Sep 17 00:00:00 2001 From: Rudy Ges Date: Wed, 7 Aug 2024 15:48:39 +0200 Subject: [PATCH] release 4.3.6 --- downloads/4.3.6/CHANGES.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 downloads/4.3.6/CHANGES.md diff --git a/downloads/4.3.6/CHANGES.md b/downloads/4.3.6/CHANGES.md new file mode 100644 index 00000000..c7dc5e23 --- /dev/null +++ b/downloads/4.3.6/CHANGES.md @@ -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))