Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Changeset 3333

Show
Ignore:
Timestamp:
12/21/05 16:59:54 (3 years ago)
Author:
csshsh
Message:

Better language for the CHANGELOG entry of previous commit.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/activerecord/CHANGELOG

    r3331 r3333  
    11*SVN* 
    22 
    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] 
    44 
    55* Fix change_column to work with PostgreSQL 7.x and 8.x.  #3141 [wejn@box.cz, Rick Olson, Scott Barron]