From 171b99de016d0a8e7244b6f21a65b960ae07cd30 Mon Sep 17 00:00:00 2001 From: Anil Kumar Maurya Date: Tue, 18 Jul 2017 11:59:21 +0530 Subject: [PATCH] Update changelog for 4.12.1 release --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a01db1..176fbcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)