mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
add #339 to changelog
This commit is contained in:
parent
3c0bbf1a86
commit
6ffaffb076
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@
|
|||
* addition: support transition `:success` callbacks (see [issue #239](https://github.com/aasm/aasm/pull/239) which fixes [issue #236](https://github.com/aasm/aasm/pull/236) for details, thanks to [@brega](https://github.com/brega))
|
||||
* addition: support for namespacing methods and state names (see [issue #259](https://github.com/aasm/aasm/pull/259) for details, thanks to [@allspiritseve](https://github.com/allspiritseve))
|
||||
* addition: support for defining multiple states in one line (see [issue #288](https://github.com/aasm/aasm/pull/288) which fixes [issue #146](https://github.com/aasm/aasm/pull/146) for details, thanks to [@HParker](https://github.com/HParker))
|
||||
* fix: uninitialised constant when running Rails generator (see [issue #339](https://github.com/aasm/aasm/pull/339) for details, thanks to [@long-long-float](https://github.com/long-long-float))
|
||||
|
||||
## 4.9.0
|
||||
|
||||
|
|
Loading…
Reference in a new issue