aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG.md
diff options
context:
space:
mode:
authorRicardo de Cillo <ricardo.cillo@plataformatec.com.br>2013-09-13 10:03:38 -0300
committerRicardo de Cillo <ricardo.cillo@plataformatec.com.br>2013-09-13 10:19:29 -0300
commit1413ee991ccfc76b24f29eb03c9cff82e588e5d7 (patch)
tree372297500443ba2bd8300713243a5308db541e91 /actionpack/CHANGELOG.md
parentdefdeed2fc1f6f30c8eeebc7e2695d82624942e2 (diff)
downloadrails-1413ee991ccfc76b24f29eb03c9cff82e588e5d7.tar.gz
rails-1413ee991ccfc76b24f29eb03c9cff82e588e5d7.tar.bz2
rails-1413ee991ccfc76b24f29eb03c9cff82e588e5d7.zip
Custom flash should be defined only for the class that defines it and it's subclasses.
Diffstat (limited to 'actionpack/CHANGELOG.md')
-rw-r--r--actionpack/CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md
index ecbdfd51ed..01e816e87c 100644
--- a/actionpack/CHANGELOG.md
+++ b/actionpack/CHANGELOG.md
@@ -1,3 +1,10 @@
+* Fix custom flash type definition. Misusage of the `_flash_types` class variable
+ caused an error when reloading controllers with custom flash types.
+
+ Fixes #12057
+
+ *Ricardo de Cillo*
+
* Do not break params filtering on `nil` values.
Fixes #12149.