Sfoglia il codice sorgente

Docs: Corrected the changelog. [skip ci]

Piotrek Koszuliński 6 anni fa
parent
commit
18d136c4b1
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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