mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
version bump to 3.0.26
This commit is contained in:
parent
ddc505b9eb
commit
ab5219bec8
2 changed files with 6 additions and 2 deletions
|
@ -1,9 +1,13 @@
|
|||
# CHANGELOG
|
||||
|
||||
## 3.1.0 (not yet released)
|
||||
## 3.9.0 (not yet released)
|
||||
|
||||
* deprecated old aasm_* class methods (old-style DSL), in preparation for AASM v4.0.0
|
||||
|
||||
## 3.0.26
|
||||
|
||||
* support state.human_name (aliased to state.localized_name) (see [issue #105](https://github.com/aasm/aasm/issues/105)
|
||||
|
||||
## 3.0.25
|
||||
|
||||
* initialize the state even if validation is skipped (for ActiveRecord and Mongoid persistence) (see [issue #103](https://github.com/aasm/aasm/issues/103), thanks to [@vfonic](https://github.com/vfonic) and [@aaronklaassen](https://github.com/aaronklaassen))
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module AASM
|
||||
VERSION = "3.0.25"
|
||||
VERSION = "3.0.26"
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue