From 3f7538cd1db30078a594b3142127c41b16d86a24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Thu, 4 Apr 2019 13:16:39 +0200 Subject: [PATCH] API changes 2019: remove ProfilerConfigurationType.getLanguageSettingsGroup() entry --- reference_guide/api_changes/api_changes_list_2019.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/reference_guide/api_changes/api_changes_list_2019.md b/reference_guide/api_changes/api_changes_list_2019.md index e043aa6ec14..1c70e85c5ad 100644 --- a/reference_guide/api_changes/api_changes_list_2019.md +++ b/reference_guide/api_changes/api_changes_list_2019.md @@ -23,9 +23,6 @@ See the note on how to document new problems on the main page reference_guide/ap `org.jetbrains.intellij.build.ProductProperties`: fields `yourkitAgentBinariesDirectoryPath` and `enableYourkitAgentInEAP` have been removed : Please bundle [performanceTesting plugin](https://plugins.jetbrains.com/plugin/7819-performance-testing) in case you would like to bundle YourKit profiler within your IDE. -`com.intellij.profiler.api.configurations.ProfilerConfigurationType.getLanguageSettingsGroup()` abstract method added -: Implement the method in implementations of the interface `ProfilerConfigurationType`. - ## Changes in IntelliJ Platform 2019.1 `kotlinx.coroutines.experimental` package removed