1
0
Fork 0
mirror of https://github.com/thoughtbot/factory_bot_rails.git synced 2022-11-09 11:49:18 -05:00

Add release dates for 5.0.x in NEWS.md [ci skip]

This commit is contained in:
Daniel Colson 2019-02-25 10:14:40 -05:00 committed by GitHub
parent f1101cd4d9
commit 9a4addc2c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,11 +3,11 @@ there might not be any notable changes in new versions of this project.
# NEWS
## 5.0.1
## 5.0.1 (February 9, 2019)
Bugfix: Avoid watching files and directories that don't exist (to avoid a
file watching bug in Rails https://github.com/rails/rails/issues/32700)
## 5.0.0
## 5.0.0 (February 1, 2019)
Added: calling reload! in the Rails console will reload any factory definition files that have changed
Added: support for custom generator templates
Added: definition_file_paths configuration option, making it easier to place factories in custom locations