Update changelog

This commit is contained in:
Joshua Clayton 2012-03-09 14:32:04 -05:00
parent 48afe244c6
commit 6a8887fdec
1 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,14 @@
2.6.2 (March 9, 2012)
Allow factories to use all their ancestors' traits
Ignore bin dir generated by bundler
Namespace ::Factory as top-level to fix vintage syntax issue with
Ruby 1.9.2-p3p18
2.6.1 (March 2, 2012)
Use FactoryGirl.reload in specs
Clean up running named factories with a particular strategy with
FactoryGirl::FactoryRunner
2.6.0 (February 17, 2012)
Improve documentation of has_many associations in the GETTING_STARTED
document