diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2004-12-07 10:24:13 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2004-12-07 10:24:13 +0000 |
commit | 5e3eaff5bb00c4d19d9ff2e80d32090e9515fe2c (patch) | |
tree | b3018158f22cdc6575e2e7e6ce764a224c3936c7 /activerecord/CHANGELOG | |
parent | 165097ede50e609ff5661b969b95cc9959722ce1 (diff) | |
download | rails-5e3eaff5bb00c4d19d9ff2e80d32090e9515fe2c.tar.gz rails-5e3eaff5bb00c4d19d9ff2e80d32090e9515fe2c.tar.bz2 rails-5e3eaff5bb00c4d19d9ff2e80d32090e9515fe2c.zip |
Added CSV format for fixtures #272 [what-a-day]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@55 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
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 fe04e4773e..0d19cf3e44 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *CVS* +* Added CSV format for fixtures #272 [what-a-day]. (See the new and expanded documentation on fixtures for more information) + * Fixed fixtures using primary key fields called something else than "id" [dave] * Added proper handling of time fields that are turned into Time objects with the dummy date of 2000/1/1 [HariSeldon] |