Commit 92505787 by John Hawthorn Committed by GitHub

Merge pull request #427 from jhawthorn/version_2_4_0

Version 2.4.0
parents 7c0d4ac5 8e0abf57
# paranoia Changelog
## 2.4.0
* [#423](https://github.com/rubysherpas/paranoia/pull/423) Add `paranoia_destroy` and `paranoia_delete` aliases
[John Hawthorn (@jhawthorn)](https://github.com/jhawthorn)
* [#408](https://github.com/rubysherpas/paranoia/pull/408) Fix instance variable `@_disable_counter_cache` not initialized warning.
[Akira Matsuda (@amatsuda)](https://github.com/amatsuda)
* [#412](https://github.com/rubysherpas/paranoia/pull/412) Fix `really_destroy!` behavior with `sentinel_value`
[Steve Rice (@steverice)](https://github.com/steverice)
## 2.3.1
* [#397](https://github.com/rubysherpas/paranoia/pull/397) Bump active record max version to support 5.1 final
......
module Paranoia
VERSION = '2.3.1'.freeze
VERSION = '2.4.0'.freeze
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