Skip to content

Commit

Permalink
bump version to 5.2.4 and add release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
PiRK committed Jun 19, 2023
1 parent e99345d commit 39e4d75
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ Electron Cash, electroncash.org, Electrum or electrum.org.

# Release notes

## Release 5.2.4

- Fix integer overflow for displaying the amount for selected coins (#291).
- Fix a bug when loading an wallet file containing CashAccount contacts (#295).
- Fix bug preventing to freeze or unfreeze multiple coins at once (#297).
- Allow preserving the order of outputs in a transaction when it has an
OP_RETURN output, for advanced use cases such as manually building SLP
transactions (#298).
- Code and build toolchain cleanup (#292, #293, #294, #299).


## Release 5.2.3

- Fix `--portable` command line option (#288).
Expand Down
2 changes: 1 addition & 1 deletion electrumabc/version.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import re

# version of the client package
VERSION_TUPLE = (5, 2, 3)
VERSION_TUPLE = (5, 2, 4)
PACKAGE_VERSION = ".".join(map(str, VERSION_TUPLE))
# protocol version requested
PROTOCOL_VERSION = "1.4"
Expand Down

0 comments on commit 39e4d75

Please sign in to comment.