From 80965412c0bcab87f9d72385c89d69115be95142 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorsten=20B=C3=B6ttger?= Date: Wed, 24 Aug 2016 22:57:06 +1200 Subject: [PATCH] add #378 to the changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d74f453..abd78b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## 5.0.0 (not yet released) * use _ActiveRecord_ `after_commit` hooks if available (see [issue #367](https://github.com/aasm/aasm/pull/367) for details, thanks to [@rringler](https://github.com/rringler)) + * `whiny_persistance` defaults to `true` now (see [issue #378](https://github.com/aasm/aasm/pull/378) for details ## unreleased