Updated the Changelog

This commit is contained in:
Joe Ferris 2008-11-28 17:03:53 -05:00
parent af928c3c30
commit 408d9b02bf
1 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,13 @@
1.1.4 (November 28, 2008)
Factory.build now uses Factory.create for associations of the built object
Factory definitions are now detected in subdirectories, such as
factories/person_factory.rb (thanks to Josh Nichols)
Factory definitions are now loaded after the environment in a Rails project
(fixes some issues with dependencies being loaded too early) (thanks to
Josh Nichols)
Factory names ending in 's' no longer cause problems (thanks to Alex Sharp
and Josh Owens)
1.1.3 (September 12, 2008)
Automatically pull in definitions from factories.rb, test/factories.rb, or
spec/factories.rb