(Changes since 1.40.0-beta2 are marked with (new).)
Big news
- Frontend, druntime and Phobos are at version ~2.110.0. (#4707, #4737, #4749) (new)
- LLVM for prebuilt packages bumped to v18.1.8 (incl. macOS arm64). (#4712)
- Android: NDK for prebuilt package bumped from r26d to r27. (#4711)
- ldc2.conf:
%%ldcconfigpath%%
placeholder added - specifies the directory where current configuration file is located. (#4717) - Add support for building against a system copy of zlib through
-DPHOBOS_SYSTEM_ZLIB=ON
. (#4742) (new) - Emscripten: The compiler now mimicks a musl Linux platform wrt. extra predefined versions (
linux
,Posix
,CRuntime_Musl
,CppRuntime_LLVM
). (#4750) (new)