Update CHANGELOG regarding v3.0.8 release [ci skip]

This commit is contained in:
Ben Atkins 2015-04-29 17:10:37 -04:00
parent a8b5d7de2d
commit 7d61cbde0a
1 changed files with 6 additions and 1 deletions

View File

@ -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) -