Skip to content

Commit

Permalink
docs(CHANGELOG): documented IsVariant changes
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLostLambda committed Apr 18, 2024
1 parent 83131e3 commit 62bd7b8
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 @@ -75,6 +75,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Changed

- The `Constructor` and `IsVariant` derives now generate `const fn` functions.
- Static methods derived by `IsVariant` are now marked `#[must_use]`.
- The `Unwrap` and `IsVariant` derives now generate doc comments.
- `#[automatically_derived]` is now emitted from all macro expansions. This
should prevent code style linters from attempting to modify the generated
Expand Down

0 comments on commit 62bd7b8

Please sign in to comment.