Skip to content

Commit 74a456c

Browse files
committed
Update Changelog
1 parent 6f7108f commit 74a456c

File tree

5 files changed

+13
-4
lines changed

5 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
## master (unreleased)
44

5+
### New features
6+
7+
* [#346](https://github.com/rubocop/rubocop-ast/pull/346): Add `Node#loc?` to determine if a node has a given location. ([@dvandersluis][])
8+
* [#356](https://github.com/rubocop/rubocop-ast/pull/356): Added `:any_block` as an alias for `:block` and `:numblock`, use it with `Node#any_block_type?`. Also available in node patterns: `{block numblock}` can become `any_block`. ([@earlopain][])
9+
10+
### Bug fixes
11+
12+
* [#323](https://github.com/rubocop/rubocop-ast/issues/323): Fix node captures inside of `?`, `+`, and `*` repetition. ([@earlopain][])
13+
14+
### Changes
15+
16+
* [#357](https://github.com/rubocop/rubocop-ast/pull/357): Support node groups in `Node#each_descendant` and similar traversal methods. ([@earlopain][])
17+
518
## 1.37.0 (2024-12-13)
619

720
### New features

changelog/change_allow_groups_for_traversal.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/fix_captures_in_repetition.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/new_add_nodeloc_to_determine_if_a_node_has_a.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/new_group_block.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)