api_notable_list_2019.md: CachedValueStabilityChecker

This commit is contained in:
Yann Cébron 2019-02-06 12:13:12 +01:00
parent 3f2dcc5d85
commit 240cdea9ee

View File

@ -17,3 +17,4 @@ title: Notable Changes in IntelliJ Platform and Plugins API 2019.*
|--------|-------------|
| `@org.jetbrains.annotations.ApiStatus.AvailableSince` | External annotations for IntelliJ Platform are generated and attached to plugin projects automatically (replacing `@since` Javadoc) |
| `PsiReferenceProvider`: assert underlying element | Assert references are created for the given underlying `PsiElement` [Issue](https://youtrack.jetbrains.com/issue/IDEA-203954) |
| `CachedValue`: more strict assertions | Enabled in tests and EAP/internal mode, see `CachedValueStabilityChecker` javadoc |