From 3d487df1e3b06c4e58becf1980b93697586db4ec Mon Sep 17 00:00:00 2001 From: Ismail Khoffi Date: Fri, 19 Jun 2020 17:08:06 +0200 Subject: [PATCH] Update CHANGES.md --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 655541469..2f8bc3a87 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,7 +1,7 @@ ## [0.14.0] (2020-06-19) This release mainly targets compatibility with Tendermint [v0.33.x] but contains a lot of smaller improvements regarding testing and (de)serialization. -Also noteworthy that the rpc module was broken out into a separate crate ([tendermint-rpc]). +Also noteworthy is that the rpc module was broken out into a separate crate ([tendermint-rpc]). ⚠️ ️Deprecation warning ⚠️ : This might be that last release containing the [lite] module. It will be replaced with the [light-client] crate (soon).