From 5dd1ea1f7e1586abf7ef343e328f454c6911d6fd Mon Sep 17 00:00:00 2001 From: edwardmp Date: Wed, 8 Mar 2017 01:08:49 +0100 Subject: [PATCH] Add message to changelog that association not soft destroyed validator was added --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b6efaa5..bfabef97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## 2.2.2 (Unreleased) +* [#389](https://github.com/rubysherpas/paranoia/pull/389) Added association not soft destroyed validator + + _Fixes [#380](https://github.com/rubysherpas/paranoia/issues/380) + + [Edward Poot (@edwardmp)](https://github.com/edwardmp)] + ## 2.2.1 (2017-02-15) * [#371](https://github.com/rubysherpas/paranoia/pull/371) Use ActiveSupport.on_load to correctly re-open ActiveRecord::Base