internals: Add changelog for 0.4.1 release
What changed, and why it matters
This commit only adds a missing changelog entry for a previously released version of an internal Rust library. It documents two routine maintenance items: raising the minimum supported Rust version and adding a dependency. There is no code change and no security relevance.
No action required; this is a documentation-only changelog update.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff appends a 0.4.1 section to internals/CHANGELOG.md, noting an MSRV bump to Rust 1.74.0 and the addition of the hex-conservative dependency. No source files were modified, no APIs were changed, and no bug or vulnerability is described.
Changed components
internals/CHANGELOG.mdInspect captured patch +5 / −0
diff --git a/internals/CHANGELOG.md b/internals/CHANGELOG.md
index f2b09755..b2784202 100644
--- a/internals/CHANGELOG.md
+++ b/internals/CHANGELOG.md
@@ -1,3 +1,8 @@
+# 0.4.1 - 2024-10-18
+
+- Bump MSRV to Rust 1.74.0 [#4926](https://github.com/rust-bitcoin/rust-bitcoin/pull/4926)
+- Add `hex-conservative` dependency
+
# 0.4.0 - 2024-09-18
- Introduce `ToU64` trait [#2929](https://github.com/rust-bitcoin/rust-bitcoin/pull/2929)
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.