api_changes_list_2024.md: CodeFoldingConfigurable.applyCodeFoldingSettingsChanges()

This commit is contained in:
Yann Cébron 2023-11-07 15:26:57 +01:00
parent e1f6801ea3
commit 6a3e125fa7

View File

@ -71,3 +71,6 @@ NOTE: Entries not starting with code quotes (`name`) can be added to document no
## 2024.1
### IntelliJ Platform 2024.1
`com.intellij.application.options.editor.CodeFoldingConfigurable.applyCodeFoldingSettingsChanges()` method removed
: Use top-level method `CodeFoldingConfigurableKt.applyCodeFoldingSettingsChanges` instead.