mirror of
https://github.com/thoughtbot/factory_bot.git
synced 2022-11-09 11:43:51 -05:00
Note custom strategies breaking change [skip ci]
This commit is contained in:
parent
e8b9dbc580
commit
fc9bb59e43
1 changed files with 1 additions and 0 deletions
1
NEWS.md
1
NEWS.md
|
@ -4,6 +4,7 @@
|
|||
* Added: CI testing against truffleruby
|
||||
* Changed: Documentation improvements for sequences and traits
|
||||
* Fixed: ActiveSupport::Notifications reporting strategy through associations now report as symbols
|
||||
* BREAKING CHANGE: Custom strategies now need to define a `to_sym` method to specify the strategy identifier
|
||||
* Fixed: `add_attribute` with reserved keywords assigns values correctly
|
||||
|
||||
## 6.2.0 (May 7, 2021)
|
||||
|
|
Loading…
Reference in a new issue