2019-12-09 13:56:22 -08:00
|
|
|
# Changelog
|
|
|
|
|
|
|
|
Entries are listed in reverse chronological order.
|
|
|
|
|
2020-07-15 12:42:14 -07:00
|
|
|
## 0.2.2
|
|
|
|
|
|
|
|
* Make `batch::Item: Clone + Debug` and add `batch::Item::verify_single`
|
|
|
|
for fallback verification when batch verification fails.
|
|
|
|
|
2020-07-09 11:52:30 -07:00
|
|
|
## 0.2.1
|
|
|
|
|
|
|
|
* Update `Cargo.toml` metadata.
|
|
|
|
|
2020-07-09 10:30:01 -07:00
|
|
|
## 0.2.0
|
|
|
|
|
|
|
|
* Change terminology to "signing key" and "verification key" from "secret key"
|
|
|
|
and "public key".
|
|
|
|
* Adds a batch verification implementation which can process both binding and
|
|
|
|
spend authorization signatures in the same batch.
|
|
|
|
|
2020-01-17 10:23:57 -08:00
|
|
|
## 0.1.1
|
|
|
|
|
|
|
|
* Explicitly document the consensus checks performed by
|
|
|
|
`impl TryFrom<PublicKeyBytes<T>> for PublicKey<T>`.
|
|
|
|
* Add a test that small-order public keys are rejected.
|
|
|
|
* Add `html_root_url` to ensure cross-rendering docs works correctly (thanks
|
|
|
|
@QuietMisdreavus).
|
|
|
|
|
2019-12-09 13:56:22 -08:00
|
|
|
## 0.1.0
|
|
|
|
|
2020-01-17 10:23:57 -08:00
|
|
|
* Initial release.
|