redjubjub/CHANGELOG.md

16 lines
369 B
Markdown
Raw Normal View History

2019-12-09 13:56:22 -08:00
# Changelog
Entries are listed in reverse chronological order.
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.