Skip to content

Commit

Permalink
Merge pull request #183 from obsidiansystems/add-change-log
Browse files Browse the repository at this point in the history
Begin a change log
  • Loading branch information
Ericson2314 committed Sep 29, 2020
2 parents 9b785f9 + 392022d commit 8e0ac6a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Revision history for `ledger-app-ckb`

This project's release branch is `master`.
This log is written from the perspective of the release branch: when changes hit `master`, they are considered released.

## v0.5.0 - 2020-??-??

* Allow signing of transactions with custom scripts when the 'allow transactions with scripts' in-app configuration is enabled.
This also provides a framework for supporting popular scripts in future releases.

* Fixed a bug with U2F communication.

* Fixed a bug with 'dao prepare' operations which sometimes prevented them from being signed.

* Simplified our notation of "self-transfers".
There are no longer errors from transactions improperly identified as self-transfers, and only the change path, and not source address, is used to identifier a self transfer.

0 comments on commit 8e0ac6a

Please sign in to comment.