diff --git a/reference_guide/api_notable/api_notable_list_2020.md b/reference_guide/api_notable/api_notable_list_2020.md index 373ae65c3..47084e42e 100644 --- a/reference_guide/api_notable/api_notable_list_2020.md +++ b/reference_guide/api_notable/api_notable_list_2020.md @@ -7,5 +7,8 @@ title: Notable Changes in IntelliJ Platform and Plugins API 2020.* ## Notable Changes in IntelliJ Platform 2020.1 [`com.intellij.openapi.application.TransactionGuard`](upsource:///platform/core-api/src/com/intellij/openapi/application/TransactionGuard.java) deprecated : Usage is deprecated and can be replaced with `com.intellij.openapi.application.Application.invokeLater()` in most cases, please consult Javadoc for more details. - + +`RecursionManager.assertOnMissedCache()` enabled by default in tests +: Please see `RecursionManager.CachingPreventedException` Javadoc and [this issue](https://youtrack.jetbrains.com/issue/IDEA-228809) for details. + ## Notable Changes in IntelliJ IDEA