diff --git a/reference_guide/api_changes_list_2022.md b/reference_guide/api_changes_list_2022.md index c1da9daef..ac81862bd 100644 --- a/reference_guide/api_changes_list_2022.md +++ b/reference_guide/api_changes_list_2022.md @@ -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