diff --git a/.changelog/unreleased/breaking-changes/909-self-conventions.md b/.changelog/unreleased/breaking-changes/909-self-conventions.md new file mode 100644 index 000000000..4c4666be5 --- /dev/null +++ b/.changelog/unreleased/breaking-changes/909-self-conventions.md @@ -0,0 +1,4 @@ +* `[tendermint]` Rename `time::Time::to_rfc3339` to `as_rfc3339` to be + consistent with Rust's [self reference + conventions](https://rust-lang.github.io/rust-clippy/master/index.html#wrong_self_convention) + ([#910](https://github.com/informalsystems/tendermint-rs/pull/910))