From cfc046b6f4c968bba99d51589de4324caf588832 Mon Sep 17 00:00:00 2001 From: Koichi ITO Date: Sat, 4 Jan 2025 15:23:07 +0900 Subject: [PATCH] Update Changelog --- CHANGELOG.md | 5 +++++ ...nt_string_chars_cop_error_in_case_of_implicit_receiver.md | 1 - ...ance_squeeze_cop_error_on_frozen_ast_string_node_value.md | 1 - 3 files changed, 5 insertions(+), 2 deletions(-) delete mode 100644 changelog/fix_performance_redundant_string_chars_cop_error_in_case_of_implicit_receiver.md delete mode 100644 changelog/fix_performance_squeeze_cop_error_on_frozen_ast_string_node_value.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 10b929cd74..b42ea7b892 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,11 @@ ## master (unreleased) +### Bug fixes + +* [#478](https://github.com/rubocop/rubocop-performance/pull/478): Fix `Performance/RedundantStringChars` cop error in case of implicit receiver. ([@viralpraxis][]) +* [#480](https://github.com/rubocop/rubocop-performance/pull/480): Fix `Performance/Squeeze` cop error on frozen AST string node value. ([@viralpraxis][]) + ## 1.23.0 (2024-11-14) ### New features diff --git a/changelog/fix_performance_redundant_string_chars_cop_error_in_case_of_implicit_receiver.md b/changelog/fix_performance_redundant_string_chars_cop_error_in_case_of_implicit_receiver.md deleted file mode 100644 index 2697173959..0000000000 --- a/changelog/fix_performance_redundant_string_chars_cop_error_in_case_of_implicit_receiver.md +++ /dev/null @@ -1 +0,0 @@ -* [#478](https://github.com/rubocop/rubocop-performance/pull/478): Fix `Performance/RedundantStringChars` cop error in case of implicit receiver. ([@viralpraxis][]) diff --git a/changelog/fix_performance_squeeze_cop_error_on_frozen_ast_string_node_value.md b/changelog/fix_performance_squeeze_cop_error_on_frozen_ast_string_node_value.md deleted file mode 100644 index 491548f931..0000000000 --- a/changelog/fix_performance_squeeze_cop_error_on_frozen_ast_string_node_value.md +++ /dev/null @@ -1 +0,0 @@ -* [#480](https://github.com/rubocop/rubocop-performance/pull/480): Fix `Performance/Squeeze` cop error on frozen AST string node value. ([@viralpraxis][])