1
0
Fork 0
mirror of https://github.com/aasm/aasm synced 2023-03-27 23:22:41 -04:00

Update changelog for 4.12.1 release

This commit is contained in:
Anil Kumar Maurya 2017-07-18 11:59:21 +05:30 committed by GitHub
parent 8e8c6baeaf
commit 171b99de01

View file

@ -1,7 +1,10 @@
# CHANGELOG
## unreleased
* DRY-up Mongoid and ActiveRecord Persistence, Add Sequel transactions and locking #475, thanks to [@Aryk] (https://github.com/Aryk)
* Add aliases for event methods #476, thanks to [@Aryk] (https://github.com/Aryk)
* Support Minitest spec expectations (#387), thanks to [@faragorn] (https://github.com/faragorn)
## 4.12.0
* Fix thread safe issue with concurrent-ruby gem [see [pull-request #422](https://github.com/aasm/aasm/pull/442), thanks to [@reidmorrison](https://github.com/reidmorrison)