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

- old
+ new

@@ -1,6 +1,15 @@ # Changelog +### 0.0.10 (unreleased) +* Fix [issue 13](https://github.com/salsify/goldiloader/issues/13) - Eager load associations with unscope + in Rails 4.1.9+ now that the underlying Rails bug has been fixed. +* Fix [issue 11](https://github.com/salsify/goldiloader/issues/11) - Eager load associations with joins in + Rails 4.2+ now that the underlying Rails bug has been fixed. +* Initial support for Rails 5. There are no known issues but see + [issue 27](https://github.com/salsify/goldiloader/issues/27) for remaining tasks. +* MRI 2.3.0 support. + ### 0.0.9 * Merge [pull request](https://github.com/salsify/goldiloader/pull/24) - Optimization: Cache compatibility checks. **Thanks Jonathan Calvert!** ### 0.0.8