From 6d56ac97da1f8a8985607de809a5e3f81058f28d Mon Sep 17 00:00:00 2001 From: Thane Thomson Date: Tue, 22 Jun 2021 07:40:57 -0400 Subject: [PATCH] Update .changelog to reflect incoming changes from #910 Signed-off-by: Thane Thomson --- .../breaking-changes/909-self-conventions.md | 0 .changelog/v0.20.0/summary.md | 11 ++++++++--- 2 files changed, 8 insertions(+), 3 deletions(-) rename .changelog/{unreleased => v0.20.0}/breaking-changes/909-self-conventions.md (100%) diff --git a/.changelog/unreleased/breaking-changes/909-self-conventions.md b/.changelog/v0.20.0/breaking-changes/909-self-conventions.md similarity index 100% rename from .changelog/unreleased/breaking-changes/909-self-conventions.md rename to .changelog/v0.20.0/breaking-changes/909-self-conventions.md diff --git a/.changelog/v0.20.0/summary.md b/.changelog/v0.20.0/summary.md index 93b451ce9..5d113d5dc 100644 --- a/.changelog/v0.20.0/summary.md +++ b/.changelog/v0.20.0/summary.md @@ -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