CHANGELOG.md in second_level_cache-2.5.2 vs CHANGELOG.md in second_level_cache-2.5.3
- old
+ new
@@ -1,4 +1,9 @@
+2.5.3
+-------
+
+- Fix `fetch_by_uniq_keys` method that cache incorrect when A record modified uniq key and B reocrd used old uniq key of A record (#96)
+
2.5.2
-------
- Fix methods argument as keyword warning in Ruby 2.7. (#94)