1
0
Fork 0
mirror of https://github.com/thoughtbot/factory_bot.git synced 2022-11-09 11:43:51 -05:00

Update changelog

This commit is contained in:
Joshua Clayton 2012-03-09 14:32:04 -05:00
parent 48afe244c6
commit 6a8887fdec

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) 2.6.0 (February 17, 2012)
Improve documentation of has_many associations in the GETTING_STARTED Improve documentation of has_many associations in the GETTING_STARTED
document document