diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ea5c1f931..9411c6d3f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## master (unreleased) +### Changes + +* [#332](https://github.com/rubocop/rubocop-performance/pull/332): Register offenses for variables against regexes in `Performance/StringInclude`. ([@fatkodima][]) + ## 1.15.2 (2022-12-25) ### Bug fixes diff --git a/changelog/change_register_offenses_for_variables_against.md b/changelog/change_register_offenses_for_variables_against.md deleted file mode 100644 index 3540432159..0000000000 --- a/changelog/change_register_offenses_for_variables_against.md +++ /dev/null @@ -1 +0,0 @@ -* [#332](https://github.com/rubocop/rubocop-performance/pull/332): Register offenses for variables against regexes in `Performance/StringInclude`. ([@fatkodima][])