api_changes_list_2023.md: add missing group

This commit is contained in:
Yann Cébron 2023-08-14 18:06:58 +02:00
parent e14e116b9f
commit fb2297a381

View File

@ -72,6 +72,8 @@ NOTE: Entries not starting with code quotes (`name`) can be added to document no
### IntelliJ Platform 2023.3
### Java Plugin 2023.3
`com.siyeh.ipp.base.Intention` class removed
: As a part of migration to new experimental [`ModCommand`](%gh-ic%/platform/analysis-api/src/com/intellij/modcommand/ModCommand.java) API, the class was removed completely. It's a part of implementation module and was never intended to be inherited by external plugins. Consider implementing [`LocalInspectionTool`](%gh-ic%/platform/analysis-api/src/com/intellij/codeInspection/LocalInspectionTool.java) directly.