Skip to content

Commit

Permalink
add release notes (#3072)
Browse files Browse the repository at this point in the history
  • Loading branch information
buck54321 authored Nov 18, 2024
1 parent 50005f4 commit 364e181
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/release-notes/release-notes-1.0.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This release contains several important fixes and improvements. All users are advised to update.

Please read the [v1.0.1 release notes](https://github.com/decred/dcrdex/releases/tag/v1.0.0) for a full list of changes since v0.6.
Please read the [v1.0.0 release notes](https://github.com/decred/dcrdex/releases/tag/v1.0.0) for a full list of changes since v0.6.

## Fixes and Improvements

Expand Down
26 changes: 26 additions & 0 deletions docs/release-notes/release-notes-1.0.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@

# DCRDEX v1.0.2

This release contains several important fixes and improvements. All users are advised to update.

Please read the [v1.0.0 release notes](https://github.com/decred/dcrdex/releases/tag/v1.0.0) for a full list of changes since v0.6.

## Fixes and Improvements

- Update dcrwallet dependency to include some bug fixes ([#3068](https://github.com/decred/dcrdex/pull/3068))
- Fix formatting of Bitcoin DB filepath names for Windows compatibility ([#3056](https://github.com/decred/dcrdex/pull/3056))
- Fix bug in form closing code on markets view ([#3053](https://github.com/decred/dcrdex/pull/3053))
- Fix bugs related to Binance connection and balance retrieval ([#3060](https://github.com/decred/dcrdex/pull/3060))
- Fix Binance balance check deadlock ([#3066](https://github.com/decred/dcrdex/pull/3066))
- Add Decred mix split transaction identification. ([#3061](https://github.com/decred/dcrdex/pull/3061))
- Improve performance when deleting inactive orders/matches ([#3059](https://github.com/decred/dcrdex/pull/3059))

## Code Summary

32 files changed, 516 insertions(+), 242 deletions(-)

- Marton (@martonp)
- Brian Stafford (@buck54321)
- Jamie Holdstock (@jholdstock)
- JoeGruffins (@JoeGruffins)
- @dev-warrior777

0 comments on commit 364e181

Please sign in to comment.