Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
regexident committed Nov 18, 2024
1 parent 59f109b commit c90cb60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Please make sure to add your changes to the appropriate categories:
- Added enum-level `#[enumcapsulate(exclude)]`/`#[enumcapsulate(exclude(…))]` helper attribute.
- Added optional selection list to variant-level `#[enumcapsulate(exclude(…))]` helper attribute.
- Added optional selection list to variant-level `#[enumcapsulate(include(…))]` helper attribute.
- Added derive support for generic enums (by force-excluding variants that use generic const/type parameters).

### Changed

Expand Down

0 comments on commit c90cb60

Please sign in to comment.