Skip to content

Commit 09fa72c

Browse files
committed
CHANGELOG.md: Add PHOBOS_SYSTEM_ZLIB entry
Signed-off-by: Andrei Horodniceanu <[email protected]>
1 parent b0aa844 commit 09fa72c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
- LLVM for prebuilt packages bumped to v18.1.8 (incl. macOS arm64). (#4712)
66
- Android: NDK for prebuilt package bumped from r26d to r27. (#4711)
77
- ldc2.conf: %%ldcconfigpath%% placeholder added - specifies the directory where current configuration file is located. (#4717)
8+
- Add support for building against a system copy of zlib through `-DPHOBOS_SYSTEM_ZLIB=ON` (#4742)
89

910
#### Platform support
1011

@@ -923,7 +924,7 @@
923924
- Misc. debuginfo issues, incl. adaptations to internal LLVM 5.0 changes: (#2315)
924925
- `ref` parameters and closure parameters declared with wrong address and hence potentially showing garbage.
925926
- Win64: parameters > 64 bit passed by value showing garbage.
926-
- Win64: debuginfos for closure and nested variables now finally available starting with LLVM 5.0.
927+
- Win64: debuginfos for closure and nested variables now finally available starting with LLVM 5.0.
927928
- LLVM error `Global variable initializer type does not match global variable type!` for `T.init` with explicit initializers for dominated members in nested unions. (#2108)
928929
- Inconsistent handling of lvalue slicees wrt. visible side-effects of slice lower/upper bound expressions. (#1433)
929930
- Misc. dcompute issues. (#2195, #2215)

0 commit comments

Comments
 (0)