Skip to content

Commit

Permalink
Update api_changes_list.md
Browse files Browse the repository at this point in the history
Document API breakage in com.intellij.internal.statistic.
  • Loading branch information
chashnikov authored Oct 13, 2017
1 parent 752347c commit b5444ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions reference_guide/api_changes_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ NOTE: You are allowed to prettify the pattern using markdown-features:

| Change | How to deal with it |
|---------|---------------------|
| `com.intellij.internal.statistic.AbstractApplicationUsagesCollector` class removed | Override `com.intellij.internal.statistic.AbstractProjectsUsagesCollector` instead |
| `com.intellij.internal.statistic.UsagesCollector.doPersistProjectUsages` method removed | There is no need to call this method anymore |
|`org.apache.sanselan` package removed | Use classes from `org.apache.commons.imaging` instead |

## Changes in IntelliJ Platform 2016.3
Expand Down

0 comments on commit b5444ba

Please sign in to comment.