mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
version bump to 3.0.21
This commit is contained in:
parent
44513eed27
commit
d9c0ebad95
2 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,10 @@
|
|||
# CHANGELOG
|
||||
|
||||
## 3.0.21
|
||||
|
||||
* support nested ActiveRecord transactions ([@ozeias](https://github.com/ozeias))
|
||||
* allow overwriting of events, can be very useful with inheritance ([@Intrepidd](https://github.com/Intrepidd))
|
||||
|
||||
## 3.0.20
|
||||
|
||||
* added configuration option to disable automatic scope creation
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module AASM
|
||||
VERSION = "3.0.20"
|
||||
VERSION = "3.0.21"
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue