CHANGELOG.md in identity_cache-0.3.2 vs CHANGELOG.md in identity_cache-0.4.0
- old
+ new
@@ -1,6 +1,10 @@
# IdentityCache changelog
+#### 0.4.0
+
+- Return an array from fetched association to prevent chaining. Up to now, a relation was returned by default. (#287)
+
#### 0.3.2
- Deprecate returning non read-only records when cache is used. Set IdentityCache.fetch_readonly_records to true to avoid this. (#282)
- Use loaded association first when fetching a cache_has_many id embedded association (#280)
- Deprecate setting the inverse active record association on cache hits. Set IdentityCache.never_set_inverse_association to true to avoid this. (#279)