v2.3.3
- Fixes
[#457](https://github.com/fgmacedo/python-statemachine/issues/457)
regression that caused backwards incomplatible changes when using Enums.
Thanks [@hperrey](https://github.com/hperrey)!
Deprecations that will be removed on the next major release:
- The `States.from_enum(..., use_enum_instance=True)` will be the
default.
```{seealso}
See {ref}`States from Enum types` for more details.
```