Skip to content

Commit 0cd2ffa

Browse files
committed
Document ABI detection hardening in changelog
1 parent 9f1c0d3 commit 0cd2ffa

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
## [1.2.2] - 2026-06-05
10+
### Added
11+
- Added explicit `STACKMAN_ABI` override support in the Makefile and ABI probe script for deterministic cross-build packaging
1112

1213
### Changed
13-
- Windows MSVC library projects now compile with `/Zl` to omit embedded default runtime library directives from generated object files
14-
- Windows static libraries no longer carry `/DEFAULTLIB:"MSVCRTD"` metadata, reducing unintended CRT coupling for downstream linkers
14+
- Normalized Windows ARM64 ABI naming to `win_arm64` and kept compatibility mapping for legacy `win_aarch64` inputs
15+
- ABI probe diagnostics now query compiler target triple and emit clearer mismatch guidance when target intent is not fully propagated through wrapper/toolchain settings
16+
- Target triple probing now prefers `CC` with `CFLAGS` (with fallback probing) so clang-style cross-target flags are reflected in secondary detection
1517

1618
## [1.2.1] - 2026-05-09
1719

0 commit comments

Comments
 (0)