From e2a8382162d3afcc682ad151bf8d9dd2e87a1bf9 Mon Sep 17 00:00:00 2001 From: Harry Lewis Date: Mon, 29 Jun 2020 12:43:50 -0400 Subject: [PATCH] Add CHANGELOG entry --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cda0d7ae..7aba3529f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## Master (Unreleased) * Extend the list of Rails spec types for `RSpec/DescribeClass`. ([@pirj][]) +* Fix `FactoryBot/AttributeDefinedStatically` to allow `#traits_for_enum` without a block. ([@harrylewis][]) ## 1.40.0 (2020-06-11)