diff options
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r-- | railties/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG index c1a348dae7..d6cf19ebf5 100644 --- a/railties/CHANGELOG +++ b/railties/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Fixed that models that weren't referenced in associations weren't being reloaded in the development mode by reinstating the reload + * Fixed that generate scaffold would produce bad functional tests * Fixed that FCGI can also display SyntaxErrors |