CHANGELOG.md in second_level_cache-2.3.0 vs CHANGELOG.md in second_level_cache-2.3.1
- old
+ new
@@ -1,4 +1,16 @@
+2.3.1
+-----
+
+- Fix some cases will raise "uninitialized constant SecondLevelCache::Mixin" error. (#66)
+
+2.3.0
+-----
+
+* Use Model schema digest as cache_version, so you don't need set `:version` option now. (#60)
+* Fix `store` serialize option (#62)
+* Remove `acts_as_cached` method now! Please use `second_level_cache`. (#59)
+
2.2.7
-----
* Use `second_level_cache` instead of `acts_as_cached` method to setup in model. (#56)