Skip to content

Commit

Permalink
Update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
marcandre committed Dec 13, 2024
1 parent 525f2ae commit dd213d6
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

## master (unreleased)

### New features

* [#341](https://github.com/rubocop/rubocop-ast/pull/341): Make `RuboCop::AST::IfNode` support `then?`. ([@koic][])
- [#345](https://github.com/rubocop/rubocop-ast/pull/345): Add `Node#loc_is?` for easier test of locations. ([@marcandre][])

### Changes

* [#343](https://github.com/rubocop/rubocop-ast/pull/343): Add `StrNode#single_quoted?`, `StrNode#double_quoted?` and `StrNode#percent_literal?` to simplify checking for string delimiters. ([@dvandersluis][])

## 1.36.2 (2024-11-27)

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

This file was deleted.

This file was deleted.

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

This file was deleted.

0 comments on commit dd213d6

Please sign in to comment.