From f290cf6e6c801064f1b179edf80c115b8130c3b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Thu, 5 Aug 2021 12:41:25 -0700 Subject: [PATCH] docs: update changelog --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2e72ad..ce9ecc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ + +## 0.2.0 (2021-08-05) + +Starting to get some good feedback on the protocol and APIs, so some improvements were made. + +#### Breaking changes + +You might need to add `+ Send + Sync + 'static` to your `Box` +usages now, since `Diagnostic` no longer constrains on any of them. + +Additionally, `Diagnostic::help()`, `Diagnostic::code()`, and `SpanContents` +have had signature changes that you'll need to adapt to. + +* **protocol:** protocol improvements after getting feedback ([e955321c](https://github.com/zkat/miette/commit/e955321cbd67372dfebb71a829ddb89baf9b169a)) +* **protocol:** Make use of ? and return types with Diagnostics more ergonomic ([50238d75](https://github.com/zkat/miette/commit/50238d75a2db2dccbe2ae2cba78d0dd6eac4ef2a)) + ## 0.1.0 (2021-08-05)