Procházet zdrojové kódy

Docs: Corrected the changelog. [skip ci]

Piotrek Koszuliński před 8 roky
rodič
revize
12ff5d650a
1 změnil soubory, kde provedl 3 přidání a 2 odebrání
  1. 3 2
      packages/ckeditor5-upload/CHANGELOG.md

+ 3 - 2
packages/ckeditor5-upload/CHANGELOG.md

@@ -6,11 +6,12 @@ Changelog
 ### Bug fixes
 
 * Destroying `FileDialogButtonView` should not throw an error. Closes [#66](https://github.com/ckeditor/ckeditor5-upload/issues/66). ([2d4ba62](https://github.com/ckeditor/ckeditor5-upload/commit/2d4ba62))
-* Images pasted with additional HTML content will not be handled by the upload plugin. Closes [#68](https://github.com/ckeditor/ckeditor5-upload/issues/68). ([8d0644a](https://github.com/ckeditor/ckeditor5-upload/commit/8d0644a))
+* Images pasted with additional HTML content will not be handled by the upload plugin which prevents data pasted from MS Word to be treated as an image. Closes [#68](https://github.com/ckeditor/ckeditor5-upload/issues/68). ([8d0644a](https://github.com/ckeditor/ckeditor5-upload/commit/8d0644a))
 
 ### Other changes
 
-* Updated translations. [skip ci]. ([93e9643](https://github.com/ckeditor/ckeditor5-upload/commit/93e9643))
+* Updated translations. ([93e9643](https://github.com/ckeditor/ckeditor5-upload/commit/93e9643))
+* Aligned UI library usage to the [changes in the UI framework](https://github.com/ckeditor/ckeditor5-ui/pull/332).
 
 ### BREAKING CHANGES