Commit 07c8e8b6 by Ben A. Morgan Committed by GitHub

Merge pull request #396 from rubysherpas/version-2.3.0

Version 2.3.0
parents 9e43d569 814b8a1c
# paranoia Changelog # paranoia Changelog
## 2.2.2 (Unreleased) ## 2.3.0 (2017-04-14)
* [#393](https://github.com/rubysherpas/paranoia/pull/393) Drop support for Rails 4.1 and begin supporting Rails 5.1.
[Miklós Fazekas (@mfazekas)](https://github.com/mfazekas)
* [#391](https://github.com/rubysherpas/paranoia/pull/391) Use Contributor Covenant Version 1.4
[Ben A. Morgan (@BenMorganIO)](https://github.com/BenMorganIO)
* [#390](https://github.com/rubysherpas/paranoia/pull/390) Fix counter cache with double destroy, really_destroy, and restore
[Chris Oliver (@excid3)](https://github.com/excid3)
* [#389](https://github.com/rubysherpas/paranoia/pull/389) Added association not soft destroyed validator * [#389](https://github.com/rubysherpas/paranoia/pull/389) Added association not soft destroyed validator
...@@ -8,6 +20,13 @@ ...@@ -8,6 +20,13 @@
[Edward Poot (@edwardmp)](https://github.com/edwardmp) [Edward Poot (@edwardmp)](https://github.com/edwardmp)
* [#383](https://github.com/rubysherpas/paranoia/pull/383) Add recovery window feature
_Fixes [#359](https://github.com/rubysherpas/paranoia/issues/359)_
[Andrzej Piątyszek (@konto-andrzeja)](https://github.com/konto-andrzeja)
## 2.2.1 (2017-02-15) ## 2.2.1 (2017-02-15)
* [#371](https://github.com/rubysherpas/paranoia/pull/371) Use ActiveSupport.on_load to correctly re-open ActiveRecord::Base * [#371](https://github.com/rubysherpas/paranoia/pull/371) Use ActiveSupport.on_load to correctly re-open ActiveRecord::Base
......
module Paranoia module Paranoia
VERSION = '2.2.1'.freeze VERSION = '2.3.0'.freeze
end end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment