CHANGELOG in identity_cache-0.0.5 vs CHANGELOG in identity_cache-0.0.6
- old
+ new
@@ -1,4 +1,12 @@
+0.0.6
+* Fix: bug where previously nil-cached attribute caches weren't expired on record creation
+* Fix: cache key to not change when adding a non-embedded association.
+* Perf: Rails 4 Only create CollectionProxy when using it
+
+0.0.5
+
+
0.0.4
* Fix: only marshal attributes, embedded associations and normalized association IDs
* Add cache version number to cache keys
* Add test case to ensure version number is updated when the marshalled format changes