Skip to content

Commit

Permalink
Add CHANGELOG entry for Flag
Browse files Browse the repository at this point in the history
  • Loading branch information
TedDriggs committed Apr 13, 2022
1 parent 2d28593 commit 62b6e25
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog

## Unreleased

- **BREAKING CHANGE:** Remove many trait impls from `util::Flag`.
This type had a number of deref and operator impls that made it usable as sort-of-a-boolean.
Real-world usage showed this type is more useful if it's able to carry a span for good errors,
and that most of those impls were unnecessary.

## v0.13.4 (April 6, 2022)

- Impl `FromMeta` for `syn::Visibility` [#173](https://github.com/TedDriggs/darling/pull/173)
Expand Down

0 comments on commit 62b6e25

Please sign in to comment.