Skip to content

Commit

Permalink
close #512; close #525; Fix VersionConcern#reify method to provide su…
Browse files Browse the repository at this point in the history
…pport for virtual attributes and custom setters / getters
  • Loading branch information
batter committed Apr 29, 2015
1 parent 238aaff commit a8b5d7d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ 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) -
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.
- [#500](https://github.com/airblade/paper_trail/pull/500) - Support for passing `on: []` as an argument, with only manual
Expand Down

0 comments on commit a8b5d7d

Please sign in to comment.