Skip to content

Commit 741512e

Browse files
committed
chore: 2.1.2 release notes
1 parent a17fe7f commit 741512e

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

docs/releases/2.1.2.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# StateMachine 2.1.2
2+
3+
*October 6, 2023*
4+
5+
This release improves the setup performance of the library by a 10x factor, with a major
6+
refactoring on how we handle the callbacks registry and validations.
7+
8+
See [#401](https://github.com/fgmacedo/python-statemachine/issues/401) for the technical details.
9+
10+
11+
## Bugfixes in 2.1.2
12+
13+
- Fixes [#406](https://github.com/fgmacedo/python-statemachine/issues/406) action callback being
14+
called twice when mixing decorator syntax combined with the naming convention.

docs/releases/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ Below are release notes through StateMachine and its patch releases.
1313
### 2.0 releases
1414

1515
```{toctree}
16-
:maxdepth: 1
16+
:maxdepth: 2
1717
18+
2.1.2
1819
2.1.1
1920
2.1.0
2021
2.0.0

0 commit comments

Comments
 (0)