From f82c111a32468717d7b4202eb13d3d54f8f4530b Mon Sep 17 00:00:00 2001 From: David Ross Date: Sun, 20 Oct 2024 16:52:23 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66c3ab1..f3bb084 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,10 @@ Unreleased ========== - Upgrade `colored` to version 2. This is a breaking change due to - `colored` being exposed in the public API of `fern`. -- Remove security warning regarding `colored` since it's no longer an issue with this version. + `colored` being exposed in the public API of `fern`. (thanks [@faern] for + doing the boilerplate here!) +- Remove most of the unsoundness warning, and update it to reflect fern 0.7.0 + fixing the issue. 0.6.2 (2023-03-23) ================== @@ -434,3 +436,4 @@ First release, version 0.1.0. [@autarch]: https://github.com/autarch [@vorner]: https://github.com/vorner [@EasyPost]: https://github.com/EasyPost +[@faern]: https://github.com/faern