CHANGELOG.md in identity_cache-0.3.1 vs CHANGELOG.md in identity_cache-0.3.2

- old
+ new

@@ -1,6 +1,14 @@ # IdentityCache changelog +#### 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) +- Fetch association returns relation or array depending on the configuration. It was only returning a relation for cache_has_many fetch association methods. (#276) +- Stop sharing the same attributes hash between the fetched record and the memoized cache, which could interfere with dirty tracking (#267) + #### 0.3.1 - Fix cache_index for non-id primary key #### 0.3.0