From 9c8059bd1d56cef268400ed1f866bfae81b3d6fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Wed, 8 Sep 2021 21:05:24 -0700 Subject: [PATCH] docs: update changelog --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13954c7..46f6475 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # `miette` Release Changelog + +## 2.1.1 (2021-09-09) + +This is a small, but visually-noticeable bug fix. I spent some time playing +with colors and styling and made some fixes that will improve where people's +eyes are drawn to, and also take into account color visibility issues a bit +more. + +### Bug Fixes + +* **report:** don't color error message text to draw eyes back to it ([6422f821](https://github.com/zkat/miette/commit/6422f8217495aeef38af4eb00feeb73ced36f7bf)) +* **reporter:** improve color situation and style things a little nicer ([533ff5f3](https://github.com/zkat/miette/commit/533ff5f348324132044bd2782a17fd6c81c08259)) + ## 2.1.0 (2021-09-08)