diff options
author | Marcel Molina <marcel@vernix.org> | 2005-10-19 22:56:27 +0000 |
---|---|---|
committer | Marcel Molina <marcel@vernix.org> | 2005-10-19 22:56:27 +0000 |
commit | e440098abaea199fdebe4be1b882f078989f66b3 (patch) | |
tree | 12579633e416a17a5000f9e59cb67b69d46443fa /activerecord | |
parent | 90e8707a363c9bb05c46919088fbf69bc2dd1b31 (diff) | |
download | rails-e440098abaea199fdebe4be1b882f078989f66b3.tar.gz rails-e440098abaea199fdebe4be1b882f078989f66b3.tar.bz2 rails-e440098abaea199fdebe4be1b882f078989f66b3.zip |
Update CHANGELOG.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2692 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord')
-rw-r--r-- | activerecord/CHANGELOG | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index ec73763324..0c30d221df 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,12 +1,13 @@ *1.12.1* (October 19th, 2005) +* Make all tests runnable on their own. #2521. [Blair Zajac <blair@orcaware.com>] + * Always parenthesize :conditions options so they may be safely combined with STI and constraints. * Correct PostgreSQL primary key sequence detection. #2507 [tmornini@infomania.com] * Added support for using limits in eager loads that involve has_many and has_and_belongs_to_many associations - *1.12.0* (October 16th, 2005) * Update/clean up documentation (rdoc) |