CHANGELOG.txt in draper-0.12.3 vs CHANGELOG.txt in draper-0.13.0

- old
+ new

@@ -1,17 +1,26 @@ = Draper Changelog -= Master += 0.13.0 -== v0.12.3 +* Upgraded all dependencies -* Fix i18n issue, see #202 +* Dropped support for Rubies < 1.9.3 -== v0.12.2 +* #to_model has been renamed to #wrapped_object -* Backport 738074f, which fixes Rails console +* Allow proper overriding of special ActiveModel methods -== 0.12.1 +== 0.12.2 + +* Fix bug with initializing ammeter + +* Some gems are now development only in the gemspec + +* Fix bug where generated models were still inheriting from +ApplicationDecorator + +== 0.12.0 * Added Changelog * Prevented double decoration, see #173