Collaboration Tools Module: remove DisposingScope method (#1151)

This commit is contained in:
Pavel Gromov 2023-11-16 09:13:06 +01:00 committed by GitHub
parent 3055e47134
commit 5185a934fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -148,6 +148,9 @@ JsonPath library unbundled
`com.intellij.collaboration.ui.codereview.details.model.CodeReviewChangesViewModelBase` class removed
: Incorrect EDT-reliant implementation removed.
`com.intellij.collaboration.async.CoroutineUtilKt.DisposingScope(Disposable, CoroutineContext)` method removed
: Use `com.intellij.collaboration.async.CoroutineUtilKt.disposingScope(CoroutineContext)` instead
### Java Plugin 2023.3
`com.siyeh.ipp.base.Intention` class removed