mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
added some changes to the changelog
This commit is contained in:
parent
d55dcef93c
commit
f120fae3b0
1 changed files with 5 additions and 0 deletions
|
@ -4,6 +4,11 @@
|
|||
|
||||
* deprecated old aasm_* class methods (old-style DSL), in preparation for AASM v4.0.0
|
||||
|
||||
## 3.3.2 (not yet released)
|
||||
|
||||
* bugfix: not using transactions unless saving to the database (see [issue #162](https://github.com/aasm/aasm/issues/162) and [issue #164](https://github.com/aasm/aasm/issues/164)), thanks to [@roberthoner](https://github.com/roberthoner)
|
||||
* bugfix: `after_commit` should only run if saving to the database (see [issue #151](https://github.com/aasm/aasm/issues/151)), thanks to [@ivantsepp](https://github.com/ivantsepp)
|
||||
|
||||
## 3.3.1
|
||||
|
||||
* bugfix: permissible events will respect given `guards` (see [issue #150](https://github.com/aasm/aasm/issues/150))
|
||||
|
|
Loading…
Reference in a new issue