From 82663306f428a5bbc90c511458432afb26d2f238 Mon Sep 17 00:00:00 2001 From: Guillermo Iguaran Date: Thu, 28 Jun 2012 21:47:46 -0500 Subject: Replace deprecated `memcache-client` gem with `dalli` in ActiveSupport::Cache::MemCacheStore memcache-client was deprecated in favour of dalli in 2010. --- activesupport/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'activesupport/CHANGELOG.md') diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md index b0b21a1563..5f4bf70a08 100644 --- a/activesupport/CHANGELOG.md +++ b/activesupport/CHANGELOG.md @@ -1,5 +1,9 @@ ## Rails 4.0.0 (unreleased) ## +* Replace deprecated `memcache-client` gem with `dalli` in ActiveSupport::Cache::MemCacheStore + + *Guillermo Iguaran* + * Add default values to all `ActiveSupport::NumberHelper` methods, to avoid errors with empty locales or missing values. -- cgit v1.2.3