From 25bcf2d7200eb3ddcb769fe13ecdfcc559548830 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Sun, 15 Aug 2021 18:20:28 -0700 Subject: [PATCH] docs: update changelog --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc0f871..bd666e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ + +## 0.7.0 (2021-08-16) + +Welp. `0.6.0` was basically completely broken, so I tore out the +`darling`-based derive macros and rewrote the whole thing using `syn`, and +things are much better now! + +There's still a few bits and bobs to add, like snippets (oof. big.), and full +help format string support (they don't quite work in enums right now), but +otherwise, this is pretty usable~ + +#### Features + +* **derive:** improved derive support, including partial help format string support! ([9ef0dd26](https://github.com/zkat/miette/commit/9ef0dd261fa537b280f32ea6f149785a69e33938)) + +#### Bug Fixes + +* **derive:** move to plain syn to fix darling issues ([9a78a943](https://github.com/zkat/miette/commit/9a78a943950078c879a1eb06baf819348139e1de)) + + ## 0.6.0 (2021-08-15)