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 a17fe7f commit 741512eCopy full SHA for 741512e
2 files changed
docs/releases/2.1.2.md
@@ -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
@@ -13,8 +13,9 @@ Below are release notes through StateMachine and its patch releases.
### 2.0 releases
15
```{toctree}
16
-:maxdepth: 1
+:maxdepth: 2
17
18
+2.1.2
19
2.1.1
20
2.1.0
21
2.0.0
0 commit comments