diff --git a/CHANGELOG.md b/CHANGELOG.md index be797ccd..890c6847 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 derive macro now also import its corresponding trait. ### Added