aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG.md
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2012-08-17 21:26:33 -0700
committerSantiago Pastorino <santiago@wyeworks.com>2012-08-17 21:26:33 -0700
commit9f8852128f2ad968e15b53728bb5c9fb3ba52e3b (patch)
treebe5eab371d7b419f689f6573fcac0586d582c2f8 /activesupport/CHANGELOG.md
parent366eb7216edd4515d4c5491df6868dbf9fecd261 (diff)
parentbd680e3f5fc863318cff3d2c109db5a6cc822579 (diff)
downloadrails-9f8852128f2ad968e15b53728bb5c9fb3ba52e3b.tar.gz
rails-9f8852128f2ad968e15b53728bb5c9fb3ba52e3b.tar.bz2
rails-9f8852128f2ad968e15b53728bb5c9fb3ba52e3b.zip
Merge pull request #6903 from guilleiguaran/dalli-memcache-store
Replace deprecated `memcache-client` gem with `dalli` in ActiveSupport::Cache::MemCacheStore
Diffstat (limited to 'activesupport/CHANGELOG.md')
-rw-r--r--activesupport/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
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.