1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Add CHANGELOG entry for #12149

[ci skip]
This commit is contained in:
Rafael Mendonça França 2013-09-12 19:22:06 -03:00
parent b3a9cac18f
commit b262248997

View file

@ -1,3 +1,9 @@
* Do not break params filtering on `nil` values.
Fixes #12149.
*Vasiliy Ermolovich*
* Separate Action View completely from Action Pack.
*Łukasz Strzałkowski*