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 about support for reifying belongs_to associations

This commit is contained in:
NG 2016-03-30 08:27:17 +05:30
parent 0fdee5c49c
commit 87c4367520

View file

@ -20,6 +20,8 @@
- [#689](https://github.com/airblade/paper_trail/pull/689) -
Rails 5 compatibility
- Added a rails config option: `config.paper_trail.enabled`
- [#503](https://github.com/airblade/paper_trail/pull/730) -
Support for reifying belongs_to associations.
### Fixed