Skip to content

Commit aa96e90

Browse files
committed
Update changelog
1 parent 4bb6149 commit aa96e90

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ Please make sure to add your changes to the appropriate categories:
2020

2121
### Added
2222

23-
- n/a
23+
- Added enum-level `#[enumcapsulate(discriminant(…))]` helper attribute for `VariantDiscriminant` derive macro, allowing for customizing `repr = …` and `name = …` for the generated enum.
24+
- Added variant-level `#[enumcapsulate(discriminant(…))]` helper attribute for `VariantDiscriminant` derive macro, allowing for customizing `value = …` and `name = …` for the generated variant.
2425

2526
### Changed
2627

0 commit comments

Comments
 (0)