We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc40199 commit 28a3308Copy full SHA for 28a3308
1 file changed
docs/releases/3.1.0.md
@@ -158,4 +158,11 @@ machine instance concurrently. This is now documented in the
158
interpreted as the event `id`, leaving the extra transitions eventless (auto-firing).
159
[#588](https://github.com/fgmacedo/python-statemachine/pull/588).
160
161
+- `Event.name` is now auto-humanized from the `id` (e.g., `cycle` → `Cycle`,
162
+ `pick_up` → `Pick up`). Diagrams, Mermaid output, and text tables all display
163
+ the human-readable name. Explicit `name=` values are preserved. The same
164
+ `humanize_id()` helper is now shared by `Event` and `State`.
165
+ [#601](https://github.com/fgmacedo/python-statemachine/pull/601),
166
+ fixes [#600](https://github.com/fgmacedo/python-statemachine/issues/600).
167
+
168
## Misc in 3.1.0
0 commit comments