Skip to content

Commit

Permalink
Incompatibilities 2019: document Cell.invoke(...) signature change.
Browse files Browse the repository at this point in the history
  • Loading branch information
serejke committed Mar 20, 2019
1 parent 45694da commit 8c1480b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions reference_guide/api_changes/api_changes_list_2019.md
Expand Up @@ -14,6 +14,8 @@ See the note on how to document new problems on the main page reference_guide/ap
`java.org.java_websocket` package removed
: [Java-WebSocket Library](https://github.com/TooTallNate/Java-WebSocket) was removed, bundle it with your plugin instead.

`com.intellij.ui.layout.Cell.invoke$default(Cell, JComponent, CCFlags[], int, GrowPolicy, String, int, Object)` method parameter type changed
: Signature of this function has been seriously changed without possibility to keep the old function. Change invocations and overriding of that function according to new parameters and recompile the code.

## Changes in IntelliJ Platform 2019.1

Expand Down

0 comments on commit 8c1480b

Please sign in to comment.