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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,21 @@
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## v13.1.0 9th October 2025
9
+
10
+
### Added
11
+
12
+
- State constants for defining available states [#515](https://github.com/gocardless/statesman/pull/515)
13
+
- from_state method to transition history for easier access to previous states [#493](https://github.com/gocardless/statesman/pull/493)
14
+
15
+
### Fixed
16
+
17
+
- Fixed transition model generator for namespaced models [#555](https://github.com/gocardless/statesman/pull/555)
18
+
19
+
### Changed
20
+
21
+
- Updated README and clarified wording [#444](https://github.com/gocardless/statesman/pull/444)
0 commit comments