From e034c49f59ab0e56c890391f495e12e18685166b Mon Sep 17 00:00:00 2001
From: Thane Thomson <connect@thanethomson.com>
Date: Mon, 21 Jun 2021 17:13:52 -0400
Subject: [PATCH] Add .changelog entry for API change

Signed-off-by: Thane Thomson <connect@thanethomson.com>
---
 .../unreleased/breaking-changes/909-self-conventions.md       | 4 ++++
 1 file changed, 4 insertions(+)
 create mode 100644 .changelog/unreleased/breaking-changes/909-self-conventions.md

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))