diff --git a/reference_guide/api_changes_list.md b/reference_guide/api_changes_list.md index 518af584a..70e83d1a6 100644 --- a/reference_guide/api_changes_list.md +++ b/reference_guide/api_changes_list.md @@ -47,7 +47,8 @@ NOTE: You are allowed to prettify the pattern using markdown-features: |---------|---------------------| | `com.google.common.base.Objects.ToStringHelper` class removed | Use `com.google.common.base.MoreObjects.ToStringHelper` instead | | `com.google.common.util.concurrent.Futures.get` method removed | Use `com.google.common.util.concurrent.Futures.getChecked` instead | -| [SVNKit](https://svnkit.com/index.html) library removed from dependencies | Use classes from `org.jetbrains.idea.svn` instead | +| [`org.tmatesoft.svn`](https://svnkit.com/index.html) package removed | Use classes from `org.jetbrains.idea.svn` instead | +| `org.jetbrains.idea.svn.svnkit.SvnKitManager` class removed | Use `org.jetbrains.idea.svn.api.ClientFactory` instead | ## Changes in IntelliJ Platform 2017.3