aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2008-12-09 11:13:02 +0100
committerDavid Heinemeier Hansson <david@loudthinking.com>2008-12-09 11:13:56 +0100
commite54f17920fddebdfa241a5d9253ad5810972af87 (patch)
tree9f59954743619e0478c359849905585d150e793e /activesupport/CHANGELOG
parent9adcf951ea7e5342c913dda40594cbb382995e3b (diff)
downloadrails-e54f17920fddebdfa241a5d9253ad5810972af87.tar.gz
rails-e54f17920fddebdfa241a5d9253ad5810972af87.tar.bz2
rails-e54f17920fddebdfa241a5d9253ad5810972af87.zip
Updated included memcache-client to the 1.5.0.5 version which includes fixes from fiveruns and 37signals to deal with failover and timeouts (Joshua Sierles) [#1535 state:committed]
Signed-off-by: David Heinemeier Hansson <david@loudthinking.com>
Diffstat (limited to 'activesupport/CHANGELOG')
-rw-r--r--activesupport/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG
index 0e796d802c..6fce65af4a 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*2.3.0 [Edge]*
+* Updated included memcache-client to the 1.5.0.5 version which includes fixes from fiveruns and 37signals to deal with failover and timeouts #1535 [Joshua Sierles]
+
* Multibyte: add multibyte-safe Chars#ord rather than falling back to String#ord. #1483 [Jason Cheow]
* I18n support for Array#to_sentence. Introduces support.array.words_connector, .two_words_connector, and .last_word_connector translation keys. #1397 [Akira Matsuda]