Skip to content

Commit faa5229

Browse files
committed
Add a CHANGELOG file
Add a CHANGELOG file including release notes for the current version (minor and point) as well as an "unrleased" section for the upcoming release.
1 parent 3f92d7d commit faa5229

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# unreleased (0.10.0)
2+
3+
- [Implement `std::error::Error::source` for error type](https://github.com/rust-bitcoin/rust-bech32/pull/72)
4+
5+
# 0.9.1
6+
7+
<!-- Woops, added to the API in a point release -->
8+
- [Support bech32 encoding without a checksum](https://github.com/rust-bitcoin/rust-bech32/pull/66)
9+
10+
# 0.9.0
11+
12+
- [Enable edition 2018](https://github.com/rust-bitcoin/rust-bech32/pull/57) bumping MSRV to 1.41.1
13+
- [Implement `From<u5> for u8`](https://github.com/rust-bitcoin/rust-bech32/pull/58)

0 commit comments

Comments
 (0)