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

- old
+ new

@@ -1,14 +1,21 @@ # Changelog -### 0.0.10 (unreleased) +### 0.0.11 (unreleased) +* Fix [issue 34](https://github.com/salsify/goldiloader/issues/34) - HABTM associations now honor + the auto_include option. +* Fix [issue 39](https://github.com/salsify/goldiloader/issues/39) - `CollectionProxy#exists?` should return false + for a new model's association with no values. + +### 0.0.10 * 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. +* JRuby 9000 support. ### 0.0.9 * Merge [pull request](https://github.com/salsify/goldiloader/pull/24) - Optimization: Cache compatibility checks. **Thanks Jonathan Calvert!**