aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r--actionpack/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index 32cc8e0316..8050fb4722 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Only cache GET requests with a 200 OK response. #6514, #6743 [RSL, anamba]
+
* Add a 'referer' attribute to TestRequest. [Jamis Buck]
* Ensure render :json => ... skips the layout. Closes #6808 [Josh Peek]