From 2ea6da457360f455c6a7b735cea1c4db7ff9da0c Mon Sep 17 00:00:00 2001 From: Thane Thomson Date: Tue, 3 Aug 2021 15:39:40 -0400 Subject: [PATCH] Add .changelog entry (#940) Signed-off-by: Thane Thomson --- .changelog/unreleased/breaking-changes/923-flex-error.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changelog/unreleased/breaking-changes/923-flex-error.md diff --git a/.changelog/unreleased/breaking-changes/923-flex-error.md b/.changelog/unreleased/breaking-changes/923-flex-error.md new file mode 100644 index 000000000..78a0e2912 --- /dev/null +++ b/.changelog/unreleased/breaking-changes/923-flex-error.md @@ -0,0 +1,5 @@ +- All crates' error handling has been refactored to make use of + [`flex-error`](https://github.com/informalsystems/flex-error/). This gives + users greater flexibility in terms of the error handling/reporting systems + they want to use and is a critical step towards `no_std` support. + ([#923](https://github.com/informalsystems/tendermint-rs/pull/923))