Fix changelog

This commit is contained in:
Magnus von Koeller 2017-09-07 16:47:11 -04:00
parent 0c5b38a60e
commit 813b80753f
1 changed files with 3 additions and 4 deletions

View File

@ -15,7 +15,9 @@ recommendations of [keepachangelog.com](http://keepachangelog.com/).
### Fixed
- None
- [#988](https://github.com/airblade/paper_trail/pull/988) - Fix ActiveRecord
version check in `VersionConcern` for Rails 4.0
## 7.1.2 (2017-08-30)
@ -31,9 +33,6 @@ recommendations of [keepachangelog.com](http://keepachangelog.com/).
- [#985](https://github.com/airblade/paper_trail/pull/985) - Fix RecordInvalid
error on nil item association when belongs_to_required_by_default is enabled.
- [#988](https://github.com/airblade/paper_trail/pull/988) - Fix ActiveRecord
version check in `VersionConcern` for Rails 4.0
## 7.1.1 (2017-08-18)
### Breaking Changes