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

- old
+ new

@@ -160,18 +160,17 @@ * `limit` * `offset` * `finder_sql` * `group` (due to a Rails bug) * `from` (due to a Rails bug) -* `unscope` (due to a Rails bug) -* `joins` (due to a Rails bug) +* `joins` (only Rails 4.0/4.1 - due to a Rails bug) * `uniq` (only Rails 3.2 - due to a Rails bug) Goldiloader detects associations with any of these options and disables automatic eager loading on them. ## Status -This gem is tested with Rails 3.2, 4.0, 4.1, and 4.2 using MRI 1.9.3, 2.0.0, 2.1.0 and JRuby in 1.9 mode. +This gem is tested with Rails 3.2, 4.0, 4.1, 4.2, and 5.0 using MRI 1.9.3, 2.0, 2.1, 2.2, 2.3, JRuby 1.7 in 1.9 mode, and JRuby 9000. Let us know if you find any issues or have any other feedback. ## Change log