mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
api_changes_list_2024.md: junit lib
This commit is contained in:
parent
7be1700e23
commit
96ab41e672
@ -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<StubElement>` to `List<StubElement<?>>`
|
||||
: 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user