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 70bf24c414..f28143ffa8 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Fixed url_for(nil) in functional tests #1116 [Alisdair McDiarmid] + * Fixed error handling of broken layouts #1115 [Michael Schubert] * Changed render_partial to take local assigns as the second parameter instead of an explicit object and then the assigns. So the API changes from: |