Update api_changes_list.md

Describe breaking changes in 21 version of Guava library which is now bundled with IntelliJ Platform. Mentioned elements were deprecated  in Guava long time ago and was removed in modern Guava versions.
This commit is contained in:
Nikolay Chashnikov 2017-12-25 15:39:24 +03:00 committed by GitHub
parent 58a5c0e608
commit 5edace5cc1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,6 +41,14 @@ NOTE: You are allowed to prettify the pattern using markdown-features:
}
</style>
## Changes in IntelliJ Platform 2018.1
| Change | How to deal with it |
|---------|---------------------|
| `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 |
## Changes in IntelliJ Platform 2017.3
| Change | How to deal with it |