aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorPratik Naik <pratiknaik@gmail.com>2009-02-24 12:30:37 +0000
committerPratik Naik <pratiknaik@gmail.com>2009-02-24 12:30:37 +0000
commit1248c6325b28082232162551af055f3681b0813a (patch)
tree3d8a087421f0d74da7a7c3878e3ad1dddbf23697 /activesupport/CHANGELOG
parent346ac0bba7cfbfbd0a7155163ca4125bc80ba463 (diff)
parent53cd102b39eb62567298430cbd94e40dd78d46a0 (diff)
downloadrails-1248c6325b28082232162551af055f3681b0813a.tar.gz
rails-1248c6325b28082232162551af055f3681b0813a.tar.bz2
rails-1248c6325b28082232162551af055f3681b0813a.zip
Merge commit 'mainstream/master'
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 afffc9ab1a..70bea27cd1 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*Edge*
+* Update bundled memcache-client from 1.5.0.5 to 1.6.4.99. See http://www.mikeperham.com/2009/02/15/memcache-client-performance/ [Mike Perham]
+
* Ruby 1.9.1p0 fix: URI.unescape can decode multibyte chars. #2033 [MOROHASHI Kyosuke]
* Time#to_s(:rfc822) uses #formatted_offset instead of unreliable and non-standard %z directive #1899 [Zachary Zolton]