diff options
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r-- | actionpack/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG index 28c5556d81..8ba260dae6 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Make sure that custom inflections are picked up by map.resources. #9815 [mislav] + * Changed SanitizeHelper#sanitize to only allow the custom attributes and tags when specified in the call [DHH] * Extracted sanitization methods from TextHelper to SanitizeHelper [DHH] |