Notable -> Breaking Changes: Java-WebSocket Library

This commit is contained in:
Yann Cébron 2019-03-07 14:05:37 +01:00
parent f5dd9509f5
commit 4ab29528a4
2 changed files with 5 additions and 3 deletions

View File

@ -10,6 +10,11 @@ See the note on how to document new problems on the main page reference_guide/ap
-->
## Changes in IntelliJ Platform 2019.2
`java.org.java_websocket` package removed
: Java-WebSocket Library was removed. [Homepage](https://github.com/TooTallNate/Java-WebSocket)
## Changes in IntelliJ Platform 2019.1
`kotlinx.coroutines.experimental` package removed

View File

@ -7,9 +7,6 @@ title: Notable Changes in IntelliJ Platform and Plugins API 2019.*
`com.intellij.util.Query#forEach`
: Defaults to thread-safe to prevent problems with clients using unsynchronized collections.
Java-WebSocket Library
: Library was removed. [Homepage](https://github.com/TooTallNate/Java-WebSocket)
## Notable Changes in IntelliJ Platform 2019.1
`@org.jetbrains.annotations.ApiStatus.AvailableSince`