API Changes: extension point CTOR injection (2019.2)

This commit is contained in:
Yann Cébron 2019-08-09 14:32:12 +02:00
parent 81b628a743
commit 40c7109056

View File

@ -69,6 +69,9 @@ NOTE: You are allowed to prettify the pattern using markdown-features:
# 2019.2
## Changes in IntelliJ Platform 2019.2
Constructor injection referring to extension points not supported
: Obtain reference to extension points via `(Project)ExtensionPointName.findExtension()` in your constructor instead.
`com.intellij.openapi.components.BaseState.map$default(BaseState, Map, int, Object)` method removed
: Use `com.intellij.openapi.components.BaseState.map()` instead.