mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
api_changes_list_2024.md: group UML changes
This commit is contained in:
parent
cb61419c6e
commit
f9ff4698ba
@ -92,6 +92,8 @@ NOTE: Entries not starting with code quotes (`name`) can be added to document no
|
||||
`com.intellij.platform.workspace.jps.entities.DependenciesKt.modifyEntity(MutableEntityStorage, LibraryEntity, Function1)` method removed
|
||||
: Use `com.intellij.platform.workspace.jps.entities.DependenciesKt.modifyLibraryEntity(MutableEntityStorage, LibraryEntity, Function1)` instead.
|
||||
|
||||
### UML Plugin 2024.2
|
||||
|
||||
`com.intellij.uml.UmlGraphBuilder.UmlGraphBuilder(Project, Graph2D, Graph2DView, DiagramDataModel<?>, DiagramPresentationModel)` constructor removed
|
||||
: Use `com.intellij.uml.UmlGraphBuilder.UmlGraphBuilder(Project, Graph2D, Graph2DView, DiagramDataModel<?>, GraphThreadingType, DiagramPresentationModel)` instead.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user