From 5807ccf1e5c9f8b88873c5db96769ecd4c78c53e Mon Sep 17 00:00:00 2001 From: Tagir Valeev Date: Mon, 8 Jul 2024 11:00:33 +0200 Subject: [PATCH] StubElement.getChildrenStubs (#1345) --- reference_guide/api_changes_list_2024.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/reference_guide/api_changes_list_2024.md b/reference_guide/api_changes_list_2024.md index 8af4da2d7..3db7603a6 100644 --- a/reference_guide/api_changes_list_2024.md +++ b/reference_guide/api_changes_list_2024.md @@ -70,6 +70,13 @@ NOTE: Entries not starting with code quotes (`name`) can be added to document no +## 2024.3 + +### IntelliJ Platform 2024.3 + +`com.intellij.psi.stubs.StubElement.getChildrenStubs()` method return type changed from `List` to `List>` +: Raw-type changed to a properly parameterized type. This is binary compatible change but may cause compilation errors. In most of the cases, it's enough to add `` at the use site to fix the issue. + ## 2024.2 ### IntelliJ Platform 2024.2