1
0
mirror of https://github.com/danog/strum.git synced 2024-11-26 12:04:38 +01:00

updated CHANGELOG with yanked package

This commit is contained in:
Peter Glotfelty 2022-06-16 07:44:41 -07:00
parent b25ea1b9a0
commit 5685f9b96d

View File

@ -1,6 +1,6 @@
# Changelog
## 0.24.1
## ~~0.24.1~~ (Yanked becase #217 was more "breaking" than I wanted)
* [#220](https://github.com/Peternator7/strum/pull/220). Add support for PHF in `EnumString` (opt-in runtime
performance improvements for large enums as `#[strum(use_phf)]`, requires `phf` feature and increases MSRV to `1.46`)