From 88863ca4e69eb11ac0f476c6afca45fe57bd6576 Mon Sep 17 00:00:00 2001 From: Jelte Fennema-Nio Date: Wed, 7 Aug 2024 19:26:31 +0200 Subject: [PATCH] Update changelog wording --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8092ecf..d386f1cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,7 +30,7 @@ to call out, but there are many more changes that are documented below: 4. When using `use derive_more::SomeTrait` the actual trait is also imported not just the derive macro. This is especially useful for `Error` and `Display` -5. The docs are now rendered on docs.rs and are much more readable. +5. The docs are now rendered on docs.rs and are much better overall. ### Breaking changes