Skip to content

Commit

Permalink
Update CHANGELOG regarding fix for #512/#525 (a2a1c1c) [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
batter committed Apr 29, 2015
1 parent 6cc0617 commit 29ce787
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
## 3.0.8 (Unreleased)

- [#525](https://github.com/airblade/paper_trail/pull/525) / [#512](https://github.com/airblade/paper_trail/issues/512) -
Support for virtual accessors and redefined setter and getter methods. (Backported from v4)

## 3.0.7

- [#404](https://github.com/airblade/paper_trail/issues/404) / [#428](https://github.com/airblade/paper_trail/issues/428) -
Fix errors occuring when a user attempts to update the inheritance column on an STI model instance in `ActiveRecord` 4.1.x
Fix errors occuring when a user attempts to update the inheritance column on an STI model instance in `ActiveRecord` 4.1.x.
(Backported from v4)

## 3.0.6

- [#414](https://github.com/airblade/paper_trail/issues/414) - Fix functionality `ignore` argument to `has_paper_trail`
in `ActiveRecord` 4
in `ActiveRecord` 4. (Backported from v4)

## 3.0.5

Expand Down

0 comments on commit 29ce787

Please sign in to comment.