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

Changelog 2.1.1 to 2.1.2

This commit is contained in:
Joshua Clayton 2011-09-23 16:03:40 -04:00
parent 88cf88e98d
commit 9c95a22393

View file

@ -1,4 +1,8 @@
2.1.1 (September 23, 2011)
2.1.2 (September 23, 2011)
Bugfix: Vintage syntax fixed after bug introduced in 2.1.1
Introduce dependency on activesupport to remove code from Factory class
2.1.1 (September 23, 2011) (yanked)
Bugfix: Parent object callbacks are run before child object callbacks
Declarations: allow overriding/modification of individual traits in child factories
Callbacks refactored to not be attributes