From 18c486bbece4d6ad6675c8d736557ac494dbefd1 Mon Sep 17 00:00:00 2001 From: John Hawthorn Date: Wed, 21 Jan 2015 15:24:57 -0800 Subject: [PATCH] Start on next version changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e25514e9..d1decc55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # paranoia Changelog +## 2.0.5 (Unreleased) + +### Bug fixes + +* Fix restoring polymorphic has_one relationships [#189](https://github.com/radar/paranoia/pull/189) [#174](https://github.com/radar/paranoia/issues/174) [Patrick Koperwas](https://github.com/PatKoperwas) +* Fix errors when restoring a model with a has_one against a non-paranoid model. [#168](https://github.com/radar/paranoia/pull/168) [Shreyas Agarwal](https://github.com/shreyas123) +* Fix rspec 2 compatibility [#197](https://github.com/radar/paranoia/pull/197) [Emil Sågfors](https://github.com/lime) +* Fix some deprecation warnings on rails 4.2 [Sergey Alekseev](https://github.com/sergey-alekseev) + ## 2.0.4 (2014-12-02) ### Features