CHANGELOG.md in second_level_cache-2.5.3 vs CHANGELOG.md in second_level_cache-2.6.0
- old
+ new
@@ -1,4 +1,12 @@
+2.6.0
+-------
+
+- Add has_one through cache support. (#98)
+- Fix string query, eager_load, includes/preload for fetch from db. ( #103, #102, #101)
+- Fix preloader if exists default scope. (#104)
+- Change cache hit log as `DEBUG` level. (#105)
+
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)