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

- old
+ new

@@ -1,10 +1,13 @@ # Changelog -### 0.0.8 (unreleased) +### 0.0.9 +* Merge [pull request](https://github.com/salsify/goldiloader/pull/24) - Optimization: Cache compatibility + checks. **Thanks Jonathan Calvert!** + +### 0.0.8 * 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.