Update CHANGELOG.md

This commit is contained in:
Artur Weigandt 2025-02-06 10:53:19 +01:00 committed by GitHub
parent 16f720205c
commit a712987c2c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,6 +12,7 @@ and this project [promises Backward Compatibility](doc/Developers-Intro.md#backw
- New interface `Friendica\AppHelper` as replacement for `Friendica\App` added.
- New method `Friendica\DI::appHelper()` was added to get the implementation of the `AppHelper`.
- New interface `Friendica\Core\Logger\Factory\LoggerFactory` added so addons can provide a custom `Psr\Log\LoggerInterface` implementation.
### Changed