CHANGELOG.md in goldiloader-0.0.6 vs CHANGELOG.md in goldiloader-0.0.7
- old
+ new
@@ -1,7 +1,15 @@
# Changelog
-### 0.0.6 (unreleased)
+### 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
+ of singular associations that are nil.
+* Rails 4.2 support.
+
+### 0.0.6
* Workaround [issue 16](https://github.com/salsify/goldiloader/issues/16) by not auto-eager loading
has_and_belongs_to_many associations with a uniq in Rails 3.2 since Rails doesn't eager load them
properly.
* Fix [issue 17](https://github.com/salsify/goldiloader/issues/17) - models eager loaded via an explicit
call to eager_load now auto eager load nested models.