From 532995100777c0dfa03577755acdfce9e80b37dc Mon Sep 17 00:00:00 2001 From: Jelte Fennema Date: Sun, 23 Jul 2023 14:36:07 +0200 Subject: [PATCH] Update changelog after removing macros module --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be797ccd..2cf78f30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,8 +35,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). and ignores field type itself. - The `Into` derive now uses `#[into()]` instead of `#[into(types())]` and ignores field type itself. -- Importing derive macro now also import its corresponding trait. To import macro only, - `macros` module should be used. +- Importing a derive macro now also import its corresponding trait. ### Added