Update CHANGELOG.

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2692 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
Marcel Molina 2005-10-19 22:56:27 +00:00
parent 90e8707a36
commit e440098aba

@ -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)