From e952a2e54aac53df260ea6517a886e01eb22559d Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Mon, 4 Dec 2017 16:47:31 +0100 Subject: [PATCH] Update api_changes_list.md --- reference_guide/api_changes_list.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/reference_guide/api_changes_list.md b/reference_guide/api_changes_list.md index 97be42226..5988aebf8 100644 --- a/reference_guide/api_changes_list.md +++ b/reference_guide/api_changes_list.md @@ -49,6 +49,9 @@ NOTE: You are allowed to prettify the pattern using markdown-features: | `com.intellij.internal.statistic.UsagesCollector.doPersistProjectUsages` method removed | This method isn't supposed to be used in regular plugins. There is no need to call this method anymore. | |`org.apache.sanselan` package removed | Use classes from `org.apache.commons.imaging` instead | | `com.intellij.psi.MultiplePsiFilesPerDocumentFileViewProvider.getLanguages` abstract method added | Implementation of this class are supposed to have several languages so you need to implement this method explicitly and return them all | +| `org.jetbrains.kotlin.idea.configuration.KotlinProjectConfigurator.changeCoroutineConfiguration` abstract method added | You need to implement this method and add the logic for updating the configuration in your build system | +| `org.jetbrains.kotlin.idea.configuration.KotlinProjectConfigurator.updateLanguageVersion` abstract method added | You need to implement this method and add the logic for updating the configuration in your build system | +| `org.jetbrains.kotlin.idea.configuration.KotlinProjectConfigurator.addLibraryDependency` abstract method added | You need to implement this method and add the logic for updating the configuration in your build system | ## Changes in DataGrip and Database Tools plugin 2017.3