Changeset 3333
- Timestamp:
- 12/21/05 16:59:54 (3 years ago)
- Files:
-
- trunk/activerecord/CHANGELOG (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/activerecord/CHANGELOG
r3331 r3333 1 1 *SVN* 2 2 3 * Fixed that saving a model with multiple habtm associations , would only save the first habtm association. #3244 [yanowitz-rubyonrails@quantumfoam.org, Florian Weber]3 * Fixed that saving a model with multiple habtm associations would only save the first one. #3244 [yanowitz-rubyonrails@quantumfoam.org, Florian Weber] 4 4 5 5 * Fix change_column to work with PostgreSQL 7.x and 8.x. #3141 [wejn@box.cz, Rick Olson, Scott Barron]