瀏覽代碼

Docs: Corrected the changelog. [skip ci]

Piotrek Koszuliński 6 年之前
父節點
當前提交
18d136c4b1
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      packages/ckeditor5-font/CHANGELOG.md

+ 1 - 0
packages/ckeditor5-font/CHANGELOG.md

@@ -5,6 +5,7 @@ Changelog
 
 ### Features
 
+* Introduced font color and font background color features. Closes [ckeditor/ckeditor5#1457](https://github.com/ckeditor/ckeditor5/issues/1457). ([c456b2a](https://github.com/ckeditor/ckeditor5-font/commit/c456b2a))
 * Marked font size and font family as a formatting attribute using the `AttributeProperties#isFormatting` property. Closes [ckeditor/ckeditor5#1664](https://github.com/ckeditor/ckeditor5/issues/1664). ([d9f0a51](https://github.com/ckeditor/ckeditor5-font/commit/d9f0a51))
 
 ### Other changes