Docs: Update changelog re: v4.2.0

[ci skip]
This commit is contained in:
Jared Beck 2016-05-31 20:10:03 -04:00
parent 963d0310a2
commit eb49b3445d
1 changed files with 16 additions and 0 deletions

View File

@ -122,6 +122,22 @@
- [#584](https://github.com/airblade/paper_trail/issues/584) -
Fixed deprecation warning for Active Record after_callback / after_commit
## 4.2.0 (2016-05-31)
### Breaking Changes
- None
### Added
- [#808](https://github.com/airblade/paper_trail/pull/808) -
Warn when destroy callback is set to :after with ActiveRecord 5
option `belongs_to_required_by_default` set to `true`.
### Fixed
- None
## 4.1.0 (2016-01-30)
### Breaking Changes