Skip to content

Commit 409c7d0

Browse files
authored
Update changelog (#1163)
1 parent a1e75f9 commit 409c7d0

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

Changes.md

+36
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,40 @@
11

2+
4.3.xx
3+
------------------------------------------------------------
4+
5+
* Added support for killing processes on OS' other than Windows, Apple TV, and Apple Watch
6+
* Added register capturing on Linux
7+
* Added HXCPP_CPP17 define
8+
* Added ASM and NASM support to build xml
9+
* Added support for name and value entries to build xml
10+
* Added tracy profiler
11+
* Added support for Android NDKs higher than 21
12+
* Added x86_64 support to older Android NDKs
13+
* Added optional detaching of main thread
14+
15+
* Updated mbedtls to 2.28.2
16+
* Updated sqlite to 3.40.1
17+
* Updated zlib to 1.2.13
18+
19+
* Fixed SSL socket non blocking handshake throwing an exception on 64bit Windows
20+
* Fixed Windows 64bit architecture detection
21+
* Fixed critial error handler returning the wrong callstack
22+
* Fixed ARM64 library names on Mac
23+
* Fixed generational GC when used with HXCPP_ALIGN_ALLOC
24+
* Fixed pthread structured being unaligned
25+
* Fixed cppia crash on functions with empty bodies
26+
* Fixed regression parsing integers which wrap around
27+
* Fixed compilation with HXCPP_GC_DEBUG_LEVEL define
28+
* Fixed compilation with MinGW
29+
* Fixed enum parameters potentially returning null
30+
* Fixed HXCPP_CLANG not being set when using clang
31+
* Fixed pcre2 and mbedtls not being compiled with the c99 standard
32+
* Fixed behaviour of indexOf and lastIndexOf on empty strings not aligning with other targets
33+
* Fixed behaviour of directory reading function not aligning with other targets
34+
* Fixed haxelib not being invoked with the current working directory
35+
36+
* Removed Haxe 3 support
37+
238
4.3
339
------------------------------------------------------------
440

0 commit comments

Comments
 (0)