CHANGELOG.md in second_level_cache-2.1.9 vs CHANGELOG.md in second_level_cache-2.1.10
- old
+ new
@@ -1,4 +1,8 @@
+2.1.10
+* read multi from cache for find(ids)
+
+-----
2.0.0.rc1
-----
* ActiveRecord 4 ready!
* read multi support for preloading. `Article.includes(:user).limit(5).to_a` will fetch all articles' users from cache preferentially.
* remove dependency warning