Summary
This PR replaces FIXME placeholders in the release notes with the correct libblkmaker version numbers.
Changes
- Replace FIXME placeholders in release notes with correct version numbers:
FIXME
→0.4.2
FIXME
→0.5.1
Context
The release notes for version 0.10.4 contained FIXME placeholders for libblkmaker version numbers. These same version numbers are correctly specified in other release notes (e.g., 0.9.5, 0.10.0, 0.11.2) as 0.4.2 and 0.5.1.
Testing
- Verified the change is correct by comparing with other release notes
- No functional changes - this is purely documentation
- Follows Bitcoin Core documentation style
Why This Matters
Complete and accurate documentation helps users understand the correct version requirements for mining software when upgrading Bitcoin Core.
This is my second contribution to Bitcoin Core. I chose this TODO item because it’s:
- Low risk (documentation only)
- Clearly actionable
- Improves documentation quality
- Easy to verify correctness