Skip to content

Commit

Permalink
Mention in CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Dec 18, 2023
1 parent 955ccbc commit 0af03e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
`#[display(fmt = "...", ("<expr>"),*)]`, and `#[display(bound(<bound>))]`
instead of `#[display(bound = "<bound>")]`. So without the double quotes
around the expressions and bounds.
- The `Display` derive (and other `fmt`-like ones) now delegates to the inner type
when `#[display("...", (<expr>),*)]` attribute is trivially substitutable with such
call. ([#322](https://github.com/JelteF/derive_more/pull/322))
- The `DebugCustom` derive is renamed to just `Debug` (gated now under a separate
`debug` feature), and its semantics were changed to be a superset of `std` variant
of `Debug`.
Expand Down

0 comments on commit 0af03e6

Please sign in to comment.