CHANGELOG.md in goldiloader-0.0.5 vs CHANGELOG.md in goldiloader-0.0.6
- old
+ new
@@ -1,6 +1,13 @@
# Changelog
+### 0.0.6 (unreleased)
+* 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.
+
### 0.0.5
* Fix ActiveRecord and ActiveSupport dependencies to work with versions greater than 4.1.0. Thanks for the pull
requests [Alexey Volodkin](https://github.com/miraks) and [Philip Claren](https://github.com/DerKobe).
* Workaround [issue 13](https://github.com/salsify/goldiloader/issues/13) by not auto-eager loading associations