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 6481bda79c..c07c5165bd 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Add much-needed html-scanner tests. Fixed CDATA parsing bug. [Rick] + * improve error message for Routing for named routes. Closes #7346 [Rob Sanheim] * Added enhanced docs to routing assertions. Closes #7359 [Rob Sanheim] |