diff --git a/reference_guide/api_changes/api_changes_list_2020.md b/reference_guide/api_changes/api_changes_list_2020.md index c35b3fe36..bfc0526b0 100644 --- a/reference_guide/api_changes/api_changes_list_2020.md +++ b/reference_guide/api_changes/api_changes_list_2020.md @@ -137,6 +137,12 @@ Please see [Incompatible API Changes](/reference_guide/api_changes_list.md) on h : Use `com.intellij.codeInsight.actions.VcsFacadeImpl.getVcsInstance().getChangedElements(...)` instead. +## Changes in Groovy Plugin 2020.2 + +`org.jetbrains.plugins.groovy.formatter.AlignmentProvider.addPair` method parameter type changed from `Boolean` to `boolean` +: Please adjust/recompile the code. + + ## Changes in Java EE Plugins 2020.2 Java EE plugins split