You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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)!
9
+
10
+
11
+
12
+
## Deprecation notes in 2.3.3
13
+
14
+
Deprecations that will be removed on the next major release:
15
+
16
+
- The `States.from_enum(..., use_enum_instance=True)` will be the default.
17
+
18
+
```{seealso}
19
+
See {ref}`States from Enum types` for more details.
0 commit comments