Skip to content

Commit af00aba

Browse files
committed
doc: update changelog
1 parent faac711 commit af00aba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
- PR #696: Improve handling of `StrEnum` which were previously confused as string (thanks @jbrocher)
77
- Bug #697: An empty string as a destination made a transition internal but only `dest=None` should do this (thanks @rudy-lath-vizio)
88
- Bug #704: `AsyncMachine` processed all `CancelledErrors` but will from now on only do so if the error message is equal to `asyncio.CANCELLED_MSG`; this should make bypassing catch clauses easier; requires Python 3.11+ (thanks @Salier13)
9+
- Feature #710: `experimental.utils.generate_base_model` can now be called with an instance of MarkupMachine directly (thanks @patrickwolf)
910

1011
## 0.9.3 (July 2024)
1112

0 commit comments

Comments
 (0)