aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorbrainopia <brainopia@evilmartians.com>2015-01-15 16:52:46 +0300
committerbrainopia <brainopia@evilmartians.com>2015-01-22 00:25:50 +0300
commit685142e4f46292190cedb1d9c69953a948ea92fc (patch)
tree0fea5dffae9342136940c3da1af1a453950a6563 /actionpack
parentee6e13f3da11b21f3966e009b681d05c65f79c9e (diff)
downloadrails-685142e4f46292190cedb1d9c69953a948ea92fc.tar.gz
rails-685142e4f46292190cedb1d9c69953a948ea92fc.tar.bz2
rails-685142e4f46292190cedb1d9c69953a948ea92fc.zip
Support `:assigns` option when rendering with controllers/mailers.
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md
index 6cd0b2d15d..a9e8b82107 100644
--- a/actionpack/CHANGELOG.md
+++ b/actionpack/CHANGELOG.md
@@ -1,3 +1,7 @@
+* Support `:assigns` option when rendering with controllers/mailers.
+
+ *Ravil Bayramgalin*
+
* Default headers, removed in controller actions, are no longer reapplied on
the test response.