diff --git a/reference_guide/api_changes_list.md b/reference_guide/api_changes_list.md index e67826df7..05cef2420 100644 --- a/reference_guide/api_changes_list.md +++ b/reference_guide/api_changes_list.md @@ -18,28 +18,28 @@ The following problem patterns are supported: class removed renamed to -.() method removed -.() method return type changed from to -.() method parameter removed -.() method parameter type changed from to -.() method visibility changed from to -.() method marked final +.() method removed +.() method return type changed from to +.() method parameter removed +.() method parameter type changed from to +.() method visibility changed from to +.() method marked final -() constructor removed -() constructor parameter removed -() constructor parameter type changed from to -() constructor visibility changed from to +() constructor removed +() constructor parameter removed +() constructor parameter type changed from to +() constructor visibility changed from to . field removed . field type changed from to . field visibility changed from to -.() abstract method added +.() abstract method added class moved to package where is a fully-qualified name of the class, e.g. com.intellij.openapi.actionSystem.AnAction$InnerClass. is the exact method's name. Note that constructors have dedicated patterns. - is a string representing parameters, which are not necessarily fully qualified. They do not affect the parser. For example, instead of (java.lang.Object, java.util.List, int) you are free to write just (Object, List, int). + is a string representing parameters, which are not necessarily fully qualified. They do not affect the parser. For example, instead of (java.lang.Object, java.util.List, int) you are free to write (Object, List, int). NOTE: If a change you're trying to document doesn't match any of the above patterns, fill in a ticket in the YouTrack. An example of a ticket is https://youtrack.jetbrains.com/issue/PR-1218. Until supported, you may document the change as you prefer, and I will correct it later.