mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
Update api_changes_list_2019.md
`com.intellij.openapi.util.BuildNumber.getBuildNumber()` method removed
This commit is contained in:
parent
d2d9f3e593
commit
e10f08f67b
@ -75,6 +75,9 @@ NOTE: You are allowed to prettify the pattern using markdown-features:
|
||||
`com.intellij.openapi.vcs.changes.ui.ChangesListView.UNVERSIONED_FILES_DATA_KEY` field removed
|
||||
: Use `com.intellij.openapi.vcs.changes.ui.ChangesListView.UNVERSIONED_FILE_PATHS_DATA_KEY` instead.
|
||||
|
||||
`com.intellij.openapi.util.BuildNumber.getBuildNumber()` method removed
|
||||
: See `BuildNumber.asString`, `BuildNumber.getBaselineVersion()` and `BuildNumber.getComponents()` as alternatives.
|
||||
|
||||
## Changes in DataGrip and Database Tools plugin 2019.3
|
||||
|
||||
`com.intellij.sql.dialects.mssql.MssqlDialect` class renamed to `com.intellij.sql.dialects.mssql.MsDialect`
|
||||
|
Loading…
x
Reference in New Issue
Block a user