Skip to content

Commit

Permalink
Update .changelog to reflect incoming changes from #910
Browse files Browse the repository at this point in the history
Signed-off-by: Thane Thomson <connect@thanethomson.com>
  • Loading branch information
thanethomson committed Jun 22, 2021
1 parent 464973a commit 6d56ac9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .changelog/v0.20.0/summary.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
This release's number is bumped up to v0.20.0 due to one breaking change in the
`tendermint-p2p` crate's error naming conventions to make them more idiomatic
(see [#898](https://github.com/informalsystems/tendermint-rs/pull/898)).
This release's number is bumped up to v0.20.0 due to two minor breaking changes
in our public APIs:

1. `tendermint-p2p` crate's error naming conventions to make them more idiomatic
(see [#898](https://github.com/informalsystems/tendermint-rs/pull/898)).
2. The `Time::to_rfc3339` function in the `tendermint` crate was renamed to\
`Time::as_rfc3339` in line with Rust's self conventions (see
[#910](https://github.com/informalsystems/tendermint-rs/pull/910)).

Also, since nobody was really making use of the Light Node, we decided to remove
its crate from the repo for now. If anyone needs it back, please contact us and
Expand Down

0 comments on commit 6d56ac9

Please sign in to comment.