Document removal of "abstract factories" in 6.0.0 (#1463)

See https://github.com/thoughtbot/factory_bot/issues/1462#issuecomment-768674537
This commit is contained in:
Michael G. Schwern 2021-02-05 06:56:40 -08:00 committed by GitHub
parent 9e58a34e1e
commit b223c27519
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@
* Added: `build_stubbed_starting_id=` option to define the starting id for `build_stubbed`
* Removed: deprecated methods on the top-level `FactoryBot` module meant only for internal use
* Removed: support for EOL versions of Ruby (2.3, 2.4) and Rails (4.2)
* Removed: support for "abstract" factories with no associated class; use traits instead.
## 5.2.0 (April 24, 2020)
* Added: Pass index to block for `*_list` methods