1
0
Fork 0
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:
Ben Atkins 2014-06-24 12:42:26 -04:00
parent 3323f21679
commit 777db1d336

View file

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