CHANGELOG.md in goldiloader-0.0.7 vs CHANGELOG.md in goldiloader-0.0.8

- old
+ new

@@ -1,6 +1,11 @@ # Changelog +### 0.0.8 (unreleased) +* Fix [issue 23](https://github.com/salsify/goldiloader/issues/23) - Handle polymorphic belongs_to + associations in Rails 4 that have a mix of non-nil and nil values. + + ### 0.0.7 * Fix [issue 20](https://github.com/salsify/goldiloader/issues/20) by not auto-eager loading associations that are instance dependent. Eager loading these associations produces potentially incorrect results and leads to a deprecation warning in Rails 4.2. * Fix [issue 21](https://github.com/salsify/goldiloader/issues/21) - Handle explicit eager loads