mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-29 09:47:50 +08:00
Add API change for DialogAppender.addFilter(Filter) (#644)
This commit is contained in:
parent
342756d383
commit
a737b86efb
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user