From d47011b6c41be850ff7f5aecdd8c2374dd0dc566 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Thu, 9 Sep 2021 20:38:46 -0700 Subject: [PATCH] docs: update changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46f6475..58bd36b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # `miette` Release Changelog + +## 2.1.2 (2021-09-10) + +So it turns out I forgot to make snippets and other stuff forward through when +you use `.context()` &co. This should be fixed now 😅 + +### Bug Fixes + +* **context:** pass on diagnostic metadata when wrapping with `Report` ([e4fdac38](https://github.com/zkat/miette/commit/e4fdac38ea8c295468ed0fce563a2df29241986a)) + ## 2.1.1 (2021-09-09)