Document generic bounds change (#930)

This commit is contained in:
Alexander Kass 2022-12-12 10:56:07 +02:00 committed by GitHub
parent a8b5c7236b
commit 79421e0c34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -108,6 +108,9 @@ NOTE: Entries not starting with code quotes (`name`) can be added to document no
`com.intellij.database.util.TreePatternNode.NegativeNaming(ObjectName[])` constructor removed
: Do not manipulate TreePatternNodes. Use TreePatternUtils to manipulate TreePatterns.
`com.intellij.database.dataSource.DataSourceConfigurable.getDataSource()` method return type changed from DasDataSource to RawDataSource
: Stricter generic bound
### TextMate Plugin 2022.3
`org.jetbrains.plugins.textmate.language.preferences.PreferencesRegistry` class now interface