This commit is contained in:
Sergey Ignatov 2019-11-04 10:56:41 +01:00 committed by GitHub
parent 1a97dd46bc
commit 5e34a6f96b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,5 +61,5 @@ NOTE: You are allowed to prettify the pattern using markdown-features:
## Changes in IntelliJ Platform 2020.1
`com.intellij.codeInsight.editorActions.SelectionQuotingTypedHandler.c` renamed to `com.intellij.codeInsight.editorActions.SelectionQuotingTypedHandler.UnquotingFilter`
`com.intellij.codeInsight.editorActions.SelectionQuotingTypedHandler.DequotingFilter` class renamed to `com.intellij.codeInsight.editorActions.SelectionQuotingTypedHandler.UnquotingFilter`
: Use `com.intellij.codeInsight.editorActions.SelectionQuotingTypedHandler.UnquotingFilter` instead.