diff --git a/CHANGELOG.md b/CHANGELOG.md index 739890f0..cf921d14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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