CHANGELOG.md in second_level_cache-2.0.0.rc1 vs CHANGELOG.md in second_level_cache-2.0.0
- old
+ new
@@ -1,4 +1,11 @@
+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
+* remove support for find_by_xx which will be removed in Rails 4.1
+
1.6.2
-----
* [can disable/enable fetch_by_uinq_key method]
* [Fix Bug: serialized attribute columns marshal issue #11]