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 f61908a820..27bbb0d180 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Add :builder => option to form_for and friends. [Nicholas Seckar, Rick Olson] + * Fix controller resolution to avoid accidentally inheriting a controller from a parent module. [Nicholas Seckar] * Set sweeper's @controller to nil after a request so that the controller may be collected between requests. [Nicholas Seckar] |