mirror of
https://github.com/paper-trail-gem/paper_trail.git
synced 2022-11-09 11:33:19 -05:00
Update CHANGELOG as per #386 [ci skip]
This commit is contained in:
parent
3323f21679
commit
777db1d336
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
## 3.0.3 (Unreleased)
|
||||
|
||||
- [#386](https://github.com/airblade/paper_trail/issues/386) - Fix eager loading of `versions` association with custom class name
|
||||
in `ActiveRecord` 4.1.
|
||||
- [#384](https://github.com/airblade/paper_trail/issues/384) - Fix `VersionConcern#originator` instance method.
|
||||
- [#383](https://github.com/airblade/paper_trail/pull/383) - Make gem compatible with `ActiveRecord::Enum` (available in `ActiveRecord` 4.1+).
|
||||
- [#373](https://github.com/airblade/paper_trail/pull/373) - Fix default sort order for the `versions` association in `ActiveRecord` 4.1.
|
||||
|
|
Loading…
Reference in a new issue