What's Changed
- Fix a typo and call out MSRV bump by @KodrAus in #259
- BitFlags trait by @arturoc in #220
- Add a hidden trait to discourage manual impls of BitFlags by @KodrAus in #261
- Sanitize
Ok
by @konsumlamm in #266 - Fix bug in
Debug
implementation by @konsumlamm in #268 - Fix a typo in the generated documentation by @wackbyte in #271
- Use SPDX license format by @atouchet in #272
- serde tests fail in CI by @arturoc in #277
- Fix beta test output by @KodrAus in #279
- Add example to the README.md file by @tiaanl in #270
- Iterator over all the enabled options by @arturoc in #278
- from_bits_(truncate) fail with composite flags by @arturoc in #276
- Add more platform coverage to CI by @KodrAus in #280
- rework the way cfgs are handled by @KodrAus in #281
- Split generated code into two types by @KodrAus in #282
- expose bitflags iters using nameable types by @KodrAus in #286
- Support creating flags from their names by @KodrAus in #287
- Update README.md by @KodrAus in #288
- Prepare for 2.0.0-rc.1 release by @KodrAus in #289
New Contributors
- @wackbyte made their first contribution in #271
- @atouchet made their first contribution in #272
- @tiaanl made their first contribution in #270
Full Changelog: 1.3.2...2.0.0-rc.1