aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG.md
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2012-01-13 18:40:34 -0200
committerSantiago Pastorino <santiago@wyeworks.com>2012-01-13 19:44:44 -0200
commitc159b01b85ac3955c53cd6b8a62d5d90ee973cfb (patch)
tree09c50c90942e50d27b6f05ffc07eec9f1600a9d4 /actionpack/CHANGELOG.md
parent4ca3592f86c01f265633038887af9c3c511b4022 (diff)
downloadrails-c159b01b85ac3955c53cd6b8a62d5d90ee973cfb.tar.gz
rails-c159b01b85ac3955c53cd6b8a62d5d90ee973cfb.tar.bz2
rails-c159b01b85ac3955c53cd6b8a62d5d90ee973cfb.zip
Use a BodyProxy instead of including a Module that responds to close.
Closes #4441 if Active Record is disabled assets are delivered correctly
Diffstat (limited to 'actionpack/CHANGELOG.md')
-rw-r--r--actionpack/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md
index 42bd1c6d57..8a4be5667e 100644
--- a/actionpack/CHANGELOG.md
+++ b/actionpack/CHANGELOG.md
@@ -1,5 +1,9 @@
## Rails 3.2.0 (unreleased) ##
+* Use a BodyProxy instead of including a Module that responds to
+ close. Closes #4441 if Active Record is disabled assets are delivered
+ correctly *Santiago Pastorino*
+
* Rails initialization with initialize_on_precompile = false should set assets_dir *Santiago Pastorino*
* Add font_path helper method *Santiago Pastorino*