Update api_changes_list_2019.md

Added note about UrlClassLoader.loadPlatformLibrary method removal.
This commit is contained in:
Nikolay Chashnikov 2019-02-09 15:36:39 +03:00 committed by GitHub
parent 0390b60d1b
commit 14a555f343
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,6 +28,7 @@ See the note on how to document new problems on the main page reference_guide/ap
| `com.intellij.injected.editor.DocumentWindow.injectedToHost(int, boolean)` abstract method added | Implement the method in DocumentWindow implementations |
| `git4idea.rebase.GitCommitEditingAction#actionPerformed(AnActionEvent)` method became final | Implement `actionPerformedAfterChecks` instead of `actionPerformed` |
| `git4idea.rebase.GitCommitEditingAction#actionPerformedAfterChecks(AnActionEvent)` abstract method added | Implement `actionPerformedAfterChecks` instead of `actionPerformed` |
| `com.intellij.util.lang.UrlClassLoader.loadPlatformLibrary` method removed | Use `com.intellij.util.loader.NativeLibraryLoader.loadPlatformLibrary` instead. |
## Changes in DataGrip and Database Tools plugin 2019.1