Skip to content

Commit

Permalink
Update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
koic committed Dec 25, 2022
1 parent f2b4bd7 commit 2e411c9
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

## master (unreleased)

### Bug fixes

* [#313](https://github.com/rubocop/rubocop-performance/issues/313): Fix a false negative for `Performance/RedundantStringChars` when using `str.chars.last` without argument. ([@koic][])
* [#321](https://github.com/rubocop/rubocop-performance/pull/321): Fix a false positive for `Performance/Sum` when using `TargetRubyVersion` is 2.3 or lower. ([@koic][])
* [#314](https://github.com/rubocop/rubocop-performance/issues/314): Fix `Performance/RegexpMatch` to handle `::Regexp`. ([@fatkodima][])

### Changes

* [#318](https://github.com/rubocop/rubocop-performance/issues/318): Extend `Performance/StringInclude` to handle `!~`. ([@fatkodima][])

## 1.15.1 (2022-11-16)

### Bug fixes
Expand Down
1 change: 0 additions & 1 deletion changelog/change_string_include_handle_not_match.md

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion changelog/fix_a_false_positive_for_performance_sum.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/fix_regexp_match_to_handle_cbase_regexp.md

This file was deleted.

0 comments on commit 2e411c9

Please sign in to comment.