From ebf1a7da82dd72a1d9ba4ae3b780a8c96f56d072 Mon Sep 17 00:00:00 2001 From: Louis Kureuil Person Date: Sat, 17 Nov 2018 17:13:13 +0100 Subject: [PATCH] Add a changelog entry about the new Error type --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c61e6aa..bda72d62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### Unreleased + +#### Breaking Changes + +* **futures:** + * Introduce a new `Error` type, replacing occurences of `io::Error` in public APIs ([#145](https://github.com/sozu-proxy/lapin/pull/145)) + ### 0.14.0 (2018-10-17) #### Housekeeping