diff options
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r-- | activerecord/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index ba5cf01178..b338ef3037 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Fixed that unit tests for MySQL are now run as the "rails" user instead of root #455 [Eric Hodel] + * Added validates_associated that enables validation of objects in an unsaved association #398 [Tim Bates]. Example: class Book < ActiveRecord::Base |