From 7d61cbde0a629c958032d63bf4eb69f5aa01a339 Mon Sep 17 00:00:00 2001 From: Ben Atkins Date: Wed, 29 Apr 2015 17:10:37 -0400 Subject: [PATCH] Update CHANGELOG regarding v3.0.8 release [ci skip] --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28638803..1630d4b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ PaperTrail::Rails::Engine.eager_load! If you depend on the `RSpec` or `Cucumber` helpers, you will need to [manually load them into your test helper](https://github.com/airblade/paper_trail#testing). - - [#512](https://github.com/airblade/paper_trail/pull/512) / [#525](https://github.com/airblade/paper_trail/issues/525) - + - [#525](https://github.com/airblade/paper_trail/issues/525) / [#512](https://github.com/airblade/paper_trail/pull/512) - Support for virtual accessors and redefined setter and getter methods. - [#507](https://github.com/airblade/paper_trail/pull/507) - Support for opting out of saving changesets on models by choice when the `object_changes` column exists on the default `versions` table. @@ -57,6 +57,11 @@ If you depend on the `RSpec` or `Cucumber` helpers, you will need to [manually l - Both `PaperTrail.config` and `PaperTrail.configure` are now identical, and will both return the `PaperTrail::Config` instance and also yield it if a block is provided. +## 3.0.8 + + - [#525](https://github.com/airblade/paper_trail/issues/525) / [#512](https://github.com/airblade/paper_trail/pull/512) - + Support for virtual accessors and redefined setter and getter methods. + ## 3.0.7 - [#404](https://github.com/airblade/paper_trail/issues/404) / [#428](https://github.com/airblade/paper_trail/issues/428) -