Skip to content

Commit

Permalink
docs: Add release notes for v2.0.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
davecgh committed Feb 20, 2025
1 parent f98d08e commit e6a4c32
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions docs/release-notes/release-notes-2.0.6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# dcrd v2.0.6 Release Notes

This is a patch release of dcrd which includes the following changes:

- Improved reliability for wallets participating in StakeShuffle mixing
- Minor performance enhancement for random number generation on OpenBSD

## Changelog

This patch release consists of 3 commits from 2 contributors which total to 8
files changed, 119 additional lines of code, and 68 deleted lines of code.

All commits since the last release may be viewed on GitHub
[here](https://github.com/decred/dcrd/compare/release-v2.0.5...release-v2.0.6).

### Developer-related package and module changes:

- [release-v2.0] rand: Use stdlib crypto/rand.Read on OpenBSD + Go 1.24 ([decred/dcrd#3473](https://github.com/decred/dcrd/pull/3473))

### Developer-related module management:

- [release-v2.0] main: Use backported rand updates ([decred/dcrd#3473](https://github.com/decred/dcrd/pull/3473))

### Misc:

- [release-v2.0] release: Bump for 2.0.6 ([decred/dcrd#3474](https://github.com/decred/dcrd/pull/3474))

### Code Contributors (alphabetical order):

- Dave Collins
- Josh Rickmar

0 comments on commit e6a4c32

Please sign in to comment.