diff options
Diffstat (limited to 'actionpack/CHANGELOG.md')
-rw-r--r-- | actionpack/CHANGELOG.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md index ce6aec7a50..1849803294 100644 --- a/actionpack/CHANGELOG.md +++ b/actionpack/CHANGELOG.md @@ -1,5 +1,13 @@ ## unreleased ## +* Fix the assert_recognizes test method so that it works when there are + constraints on the querystring. + + Issue/Pull Request #9368 + Backport #5219 + + *Brian Hahn* + * Fix to render partial by context(#11605). *Kassio Borges* |