-
Notifications
You must be signed in to change notification settings - Fork 296
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# dcrd v1.7.1 | ||
|
||
This is a patch release of dcrd which includes the following changes: | ||
|
||
- Resolve an issue related to RPC authentication of limited users | ||
|
||
## Changelog | ||
|
||
This patch release consists of 2 commits from 2 contributors which total to 3 | ||
files changed, 170 additional lines of code, and 35 deleted lines of code. | ||
|
||
All commits since the last release may be viewed on GitHub | ||
[here](https://github.com/decred/dcrd/compare/release-v1.7.0...release-v1.7.1). | ||
|
||
### RPC: | ||
|
||
- rpcserver: Fix websocket auth failure ([decred/dcrd#2879](https://github.com/decred/dcrd/pull/2879)) | ||
|
||
### Misc: | ||
|
||
- release: Bump for 1.7.1 ([decred/dcrd#2880](https://github.com/decred/dcrd/pull/2880)) | ||
|
||
### Code Contributors (alphabetical order): | ||
|
||
- Dave Collins | ||
- 刘昆 |