Skip to content

Commit f6fa98b

Browse files
committed
Update Changelog
#339 has been feature changed to #347.
1 parent 8c6ed49 commit f6fa98b

5 files changed

+9
-4
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,15 @@
1111

1212
## master (unreleased)
1313

14+
### New features
15+
16+
* [#347](https://github.com/rubocop/rubocop-performance/pull/347): Add `AllowRegexpMatch` option to `Performance/RedundantEqualityComparisonBlock`. ([@koic][])
17+
18+
### Bug fixes
19+
20+
* [#346](https://github.com/rubocop/rubocop-performance/issues/346): Fix a false positive for `Performance/StringIdentifierArgument` when using a command method with receiver. ([@koic][])
21+
* [#344](https://github.com/rubocop/rubocop-performance/issues/344): Fix `Performance/FlatMap` autocorrection for chained methods on separate lines. ([@fatkodima][])
22+
1423
## 1.16.0 (2023-02-06)
1524

1625
### Changes

changelog/change_redundant_equality_comparison_block_additional_regexp_methods.md

-1
This file was deleted.

changelog/fix_a_false_positive_for_performance_string_identifier_argument.md

-1
This file was deleted.

changelog/fix_flat_map_autocorrect_separate_lines.md

-1
This file was deleted.

changelog/new_add_allow_regexp_match_option_to_performance_redundant_equality_comparison_block.md

-1
This file was deleted.

0 commit comments

Comments
 (0)