diff --git a/en/appendices/5-3-migration-guide.rst b/en/appendices/5-3-migration-guide.rst index 3ab74a5640..fd9fe7a863 100644 --- a/en/appendices/5-3-migration-guide.rst +++ b/en/appendices/5-3-migration-guide.rst @@ -16,6 +16,12 @@ If you are not running on **PHP 8.2 or higher**, you will need to upgrade PHP be Behavior Changes ================ +Core +---- + +- ``InstanceConfigTrait::deleteConfig()`` was added. For classes using this + trait, you can now use ``$this->deleteConfig('key')`` instead of ``$this->setConfig('key', null)`` + Database --------