From 96ab41e672dd71cad83cddbb2d4476c5d2455139 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Thu, 15 Aug 2024 16:15:29 +0200 Subject: [PATCH] api_changes_list_2024.md: junit lib --- reference_guide/api_changes_list_2024.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/reference_guide/api_changes_list_2024.md b/reference_guide/api_changes_list_2024.md index 6b0c4c0ce..230cc86e5 100644 --- a/reference_guide/api_changes_list_2024.md +++ b/reference_guide/api_changes_list_2024.md @@ -76,6 +76,9 @@ NOTE: Entries not starting with code quotes (`name`) can be added to document no `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. +Unbundled JUnit library +: Add an explicit dependency in the plugin project. + ## 2024.2 ### IntelliJ Platform 2024.2