diff --git a/API_CHANGES.md b/API_CHANGES.md index a3825ef7be..5314b27ca9 100644 --- a/API_CHANGES.md +++ b/API_CHANGES.md @@ -1,14 +1,14 @@ # 10.3 -* `org.sonarsource.sonarlint.core.rpc.client.SonarLintRpcClientDelegate#didDetectSecret` had no `configScopeId` parameter, it was added +## Breaking changes ## New features -### Opening Issue in IDE +### Open Issue in IDE -* Add the `getConnection` method to `org.sonarsource.sonarlint.core.rpc.protocol.client.connection.AssistCreatingConnectionParams` +* Add the `getConnectionParams` method to `org.sonarsource.sonarlint.core.rpc.protocol.client.connection.AssistCreatingConnectionParams` * It allows clients to get parameters to create either SonarQube or SonarCloud connection - * This filed type is `Either` + * This field type is `Either` * Common methods of both connection types are added to the `AssistCreatingConnectionParams` class to provide users simplicity ## Deprecation