diff --git a/CHANGELOG.md b/CHANGELOG.md index e708591..95e068c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ ## Unreleased - CKEditor fields no longer have extra bottom padding, and the CKEditor logo is now displayed over the bottom border. ([#252](https://github.com/craftcms/ckeditor/pull/252)) +- Added the ability to show the “Source” button for specific user groups. ([#318](https://github.com/craftcms/ckeditor/pull/318)) +- Added `craft\ckeditor\Field::$sourceEditingGroups`. +- Deprecated `craft\ckeditor\Field::$enableSourceEditingForNonAdmins`. ## 3.10.0 - 2024-10-19