CHANGELOG.md in second_level_cache-1.6.2 vs CHANGELOG.md in second_level_cache-2.0.0.beta

- old
+ new

@@ -1,50 +1,55 @@ -1.2.0 +1.6.2 ----- -* [clear cache after update_counters](https://github.com/csdn-dev/second_level_cache/commit/240dde81199124092e0e8ad0500c167ac146e301) +* [can disable/enable fetch_by_uinq_key method] +* [Fix Bug: serialized attribute columns marshal issue #11] -1.2.1 +1.6.1 ----- -* [fix polymorphic association bug] +* [Fix bug: undefined method `select_all_column?' for []:ActiveRecord::Relation] by sishen -1.3.0 +1.6.0 ----- -* [clean cache after touch] +* [write through cache] +* [disable SecondLevelCache for spicial model] +* [only cache `SELECT *` query] -1.3.1 +1.5.1 ----- -* [clean cache after update_column/increment!/decrement!] +* [use new marshal machanism to avoid clear assocation cache manually] -1.3.2 +1.5.0 ----- -* [fix has one assciation issue] +* [add cache version to quick clear cache for special model] +1.4.1 +----- +* [fix errors when belongs_to association return nil] + 1.4.0 ----- * [cache has one assciation] -1.4.1 +1.3.2 ----- -* [fix errors when belongs_to association return nil] +* [fix has one assciation issue] -1.5.0 +1.3.1 ----- -* [add cache version to quick clear cache for special model] +* [clean cache after update_column/increment!/decrement!] -1.5.1 +1.3.0 ----- -* [use new marshal machanism to avoid clear assocation cache manually] +* [clean cache after touch] -1.6.0 +1.2.1 ----- -* [write through cache] -* [disable SecondLevelCache for spicial model] -* [only cache `SELECT *` query] +* [fix polymorphic association bug] -1.6.1 +1.2.0 ----- -* [Fix bug: undefined method `select_all_column?' for []:ActiveRecord::Relation] by sishen +* [clear cache after update_counters](https://github.com/csdn-dev/second_level_cache/commit/240dde81199124092e0e8ad0500c167ac146e301) -1.6.2 ------ -* [can disable/enable fetch_by_uinq_key method] -* [Fix Bug: serialized attribute columns marshal issue #11] + + + +