From 9a4addc2c0783e7178d125c8db676dcb723f5ded Mon Sep 17 00:00:00 2001 From: Daniel Colson Date: Mon, 25 Feb 2019 10:14:40 -0500 Subject: [PATCH] Add release dates for 5.0.x in NEWS.md [ci skip] --- NEWS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index 3819aa3..b256edf 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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