Skip to content

Commit dd213d6

Browse files
committed
Update Changelog
1 parent 525f2ae commit dd213d6

4 files changed

+9
-3
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
## master (unreleased)
44

5+
### New features
6+
7+
* [#341](https://github.com/rubocop/rubocop-ast/pull/341): Make `RuboCop::AST::IfNode` support `then?`. ([@koic][])
8+
- [#345](https://github.com/rubocop/rubocop-ast/pull/345): Add `Node#loc_is?` for easier test of locations. ([@marcandre][])
9+
10+
### Changes
11+
12+
* [#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][])
13+
514
## 1.36.2 (2024-11-27)
615

716
### Bug fixes

changelog/change_add_strnodepercent_literal_to_simplify.md

-1
This file was deleted.

changelog/new_make_rubocop_ast_if_node_support_then_predicate.md

-1
This file was deleted.

changelog/new_use_loc_is.md

-1
This file was deleted.

0 commit comments

Comments
 (0)