Documenting removal of Path#isAncestor extension in 2024.1 (#1262)

This commit is contained in:
Roman Shevchenko 2024-03-14 21:03:57 +01:00 committed by GitHub
parent a1aacc64f7
commit daa9290ee4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -144,6 +144,9 @@ Class `com.intellij.diff.editor.DiffVirtualFile` now extends `com.intellij.diff.
`com.intellij.diff.tools.combined.CombinedDiffVirtualFile.createViewer(Project)` abstract method added
: Must be implemented.
`com.intellij.openapi.util.io.NioPathUtil.isAncestor(Path, Path, boolean)` method removed
: Use `Path#startsWith` instead.
### UML Plugin 2024.1
`com.intellij.uml.core.actions.ShowDiagramBase.findProviders(AnActionEvent, DiagramProvider, BiFunction)` method removed