Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
regexident committed Nov 15, 2024
1 parent cb356ad commit 5ca7f30
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ Please make sure to add your changes to the appropriate categories:

### Changed

- n/a
- Removed `enumcapsulate::macros` and its redundant `enumcapsulate::derive` module in favor of re-exporting its items directly from `crate::*`, thus eliminating the need for individually importing trait + derive macro pairs:
- Before: `use enumcapsulate::{derive::FromVariant, FromVariant};`
- After: `use enumcapsulate::FromVariant;`

### Deprecated

Expand Down

0 comments on commit 5ca7f30

Please sign in to comment.