From 0ffe19056c8e8b2f9ae9d487b896cad2ce9387ad Mon Sep 17 00:00:00 2001 From: Prem Sichanugrist Date: Wed, 15 Aug 2012 01:22:50 -0400 Subject: Extract ActiveRecord::SessionStore from Rails This functionality will be available from gem `active_record-session_store` instead. --- activerecord/CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'activerecord/CHANGELOG.md') diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index c5ef39b9d2..18b10f1d81 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,5 +1,8 @@ ## Rails 4.0.0 (unreleased) ## +* ActiveRecord::SessionStore has been extracted from Active Record as `activerecord-session_store` + gem. Please read the `README.md` file on the gem for the usage. *Prem Sichanugrist* + * Fix `reset_counters` when there are multiple `belongs_to` association with the same foreign key and one of them have a counter cache. Fixes #5200. -- cgit v1.2.3