Add API change for DialogAppender.addFilter(Filter) (#644)

This commit is contained in:
Dmitry Jemerov 2022-01-24 17:43:15 +01:00 committed by GitHub
parent 342756d383
commit a737b86efb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -92,3 +92,6 @@ _Early Access Program_ (EAP) releases of upcoming versions are available [here](
`com.jcraft.jsch` package removed
: [JSch library](https://mvnrepository.com/artifact/com.jcraft/jsch) was removed, bundle it with your plugin instead.
`com.intellij.diagnostic.DialogAppender.addFilter(Filter)` method removed
: `DialogAppender` now implements `java.util.logging.Handler`, use `setFilter` method if you need to apply a filter