From 3291d77c6fdd29cb72b28e151cdb0df23011fdb1 Mon Sep 17 00:00:00 2001 From: Koichi ITO Date: Mon, 19 Jun 2023 17:00:30 +0900 Subject: [PATCH] Update Changelog --- CHANGELOG.md | 4 ++++ .../fix_an_error_for_rails_unique_validation_without_index.md | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) delete mode 100644 changelog/fix_an_error_for_rails_unique_validation_without_index.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d583ecec3..fe28f24bc3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ ## master (unreleased) +### Bug fixes + +* [#1021](https://github.com/rubocop/rubocop-rails/pull/1021): Fix an error for `Rails/UniqueValidationWithoutIndex`. ([@ydah][]) + ## 2.20.0 (2023-06-18) ### New features diff --git a/changelog/fix_an_error_for_rails_unique_validation_without_index.md b/changelog/fix_an_error_for_rails_unique_validation_without_index.md deleted file mode 100644 index 0f22367836..0000000000 --- a/changelog/fix_an_error_for_rails_unique_validation_without_index.md +++ /dev/null @@ -1 +0,0 @@ -* [#1021](https://github.com/rubocop/rubocop-rails/pull/1021): Fix an error for `Rails/UniqueValidationWithoutIndex`. ([@ydah][])