Update api_changes_list_2024.md (#1186)

As part of migration to v2 modules we moved this class to another package.

See `18dcc57922878c8ad1fe0bb6be85097d4d81cc34`
This commit is contained in:
Ilya Kazakevich 2024-01-22 16:41:37 +01:00 committed by GitHub
parent 4c9e99fe0d
commit 5d831bfdbf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -72,6 +72,14 @@ NOTE: Entries not starting with code quotes (`name`) can be added to document no
### IntelliJ Platform 2024.1
`com.jetbrains.commandInterface.commandLine.psi.CommandLineFile` class moved to package `com.intellij.commandInterface.commandLine.psi`
`com.jetbrains.commandInterface.commandLine.CommandLineLanguage` class moved to package `com.intellij.commandInterface.commandLine`
`com.jetbrains.commandInterface.commandLine.psi.CommandLineArgument` class moved to package `com.intellij.commandInterface.commandLine.psi`
`com.jetbrains.commandInterface.commandLine.psi.CommandLineOption` class moved to package `com.intellij.commandInterface.commandLine.psi`
`com.intellij.application.options.editor.CodeFoldingConfigurable.applyCodeFoldingSettingsChanges()` method removed
: Use top-level method `CodeFoldingConfigurableKt.applyCodeFoldingSettingsChanges` instead.