Skip to content

Commit d59618b

Browse files
committed
docs: CHANGELOG — attribute arm64 work to @wetneb, fold CI under Changes
Two cosmetic touch-ups to the 0.3.11 release notes: * Add `(thanks @wetneb)` attribution to the arm64 portability fix and the arm64 CI job, matching the contributor-credit convention used in 0.3.5 and 0.3.6 entries. * Fold the `### CI` subsection under `### Changes` so the prose shape matches earlier 0.3.x entries (the CI-only subsection was a new category with no prior precedent in this CHANGELOG).
1 parent 794e484 commit d59618b

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,14 @@
1818
* Whole-crate clippy pass: `cargo clippy --fix --all-targets` plus
1919
manual touch-ups so the workspace builds warning-free on the
2020
current stable.
21+
* Added an arm64 build/test job to `.github/workflows/CI.yml`
22+
(thanks @wetneb).
2123

2224
### Fixed
2325

2426
* Test suite portability on ARM64 — switched to portable types in
2527
`tests/xml_copy_invariant_tests.rs` so the cross-platform CI run
26-
(new arm64 GitHub Actions job) passes alongside x86_64.
27-
28-
### CI
29-
30-
* Added an arm64 build/test job to `.github/workflows/CI.yml`.
28+
passes alongside x86_64 (thanks @wetneb).
3129

3230
## [0.3.10] (2026-05-09)
3331

0 commit comments

Comments
 (0)