Skip to content

Commit

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

## master (unreleased)

### New features

* [#384](https://github.com/rubocop/rubocop-performance/issues/384): Support optimized `String#dup` for `Performance/UnfreezeString` when Ruby 3.3+. ([@koic][])

### Bug fixes

* [#374](https://github.com/rubocop/rubocop-performance/issues/374): Fix an error for `Performance/MapMethodChain` when using `map` method chain without receiver. ([@koic][])
* [#386](https://github.com/rubocop/rubocop-performance/issues/386): Fix a false negative for `Performance/StringIdentifierArgument` when using string interpolation. ([@earlopain][])
* [#419](https://github.com/rubocop/rubocop-performance/pull/419): Make `Performance/Count`, `Performance/FixedSize`, `Performance/FlatMap`, `Performance/InefficientHashSearch`, `Performance/RangeInclude`, `Performance/RedundantSortBlock`, `Performance/ReverseFirst`, `Performance/SelectMap`, `Performance/Size`, `Performance/SortReverse`, and `Performance/TimesMap` cops aware of safe navigation operator. ([@koic][])
* [#390](https://github.com/rubocop/rubocop-performance/issues/390): Fix a false negative for `Performance/ReverseEach` when safe navigation is between `reverse` and `each`. ([@fatkodima][])
* [#401](https://github.com/rubocop/rubocop-performance/issues/401): Make `Performance/Sum` aware of safe navigation operator. ([@koic][])

### Changes

* [#389](https://github.com/rubocop/rubocop-performance/issues/389): Improve `Performance/MapCompact` to handle more safe navigation calls. ([@fatkodima][])
* [#395](https://github.com/rubocop/rubocop-performance/issues/395): Enhance `Performance/StringInclude` to handle `===` method. ([@fatkodima][])
* [#388](https://github.com/rubocop/rubocop-performance/pull/388): Require RuboCop 1.30+ as runtime dependency. ([@koic][])
* [#380](https://github.com/rubocop/rubocop-performance/pull/380): Require RuboCop AST 1.30.0+. ([@koic][])

## 1.19.1 (2023-09-17)

### Bug fixes
Expand Down Expand Up @@ -482,3 +501,4 @@
[@vlad-pisanov]: https://github.com/vlad-pisanov
[@ymap]: https://github.com/ymap
[@tagliala]: https://github.com/tagliala
[@earlopain]: https://github.com/earlopain
1 change: 0 additions & 1 deletion changelog/change_improve_performance_map_compact_to.md

This file was deleted.

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog/change_string_include_to_handle_===.md

This file was deleted.

This file was deleted.

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

This file was deleted.

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

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 5ec8988

Please sign in to comment.