We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4409273 commit c5bf221Copy full SHA for c5bf221
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## master (unreleased)
4
5
+### New features
6
+
7
+* [#377](https://github.com/rubocop/rubocop-ast/pull/377): Support `RuboCop::AST::Node#any_def_type?` method. ([@koic][])
8
9
## 1.43.0 (2025-03-25)
10
11
### Changes
changelog/new_support_any_def_type_predicate.md renamed to relnotes/v1.44.0.md
@@ -1 +1,5 @@
1
* [#377](https://github.com/rubocop/rubocop-ast/pull/377): Support `RuboCop::AST::Node#any_def_type?` method. ([@koic][])
+[@koic]: https://github.com/koic
0 commit comments