From 4c0aa699a6e6eb002a323fb1b343da6457990655 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Fri, 4 Dec 2020 15:22:03 +0100 Subject: fixup! Move error implementation to use thiserror --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e72e8c..393edf9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # 0.7.0 * async-await support [#229](https://github.com/softprops/shiplift/pull/229) +* errors are now implemented using `thiserror` [#242](https://github.com/softprops/shiplift/pull/242) # 0.6.0 -- cgit v1.2.3