8
0
Quellcode durchsuchen

Docs: Corrected the changelog. [skip ci]

Piotrek Koszuliński vor 7 Jahren
Ursprung
Commit
cf22d73239
1 geänderte Dateien mit 5 neuen und 8 gelöschten Zeilen
  1. 5 8
      packages/ckeditor5-build-balloon/CHANGELOG.md

+ 5 - 8
packages/ckeditor5-build-balloon/CHANGELOG.md

@@ -3,6 +3,10 @@ Changelog
 
 ## [11.2.0](https://github.com/ckeditor/ckeditor5-build-balloon/compare/v11.1.1...v11.2.0) (2018-12-05)
 
+We are happy to report the release of CKEditor 5 v11.2.0. This editor version brings the long-awaited [support for paste from Office](https://ckeditor.com/docs/ckeditor5/latest/features/paste-from-word.html) (e.g. from Microsoft Word), [integration with CKFinder file manager](https://ckeditor.com/docs/ckeditor5/latest/features/ckfinder.html), improved [image upload documentation](https://ckeditor.com/docs/ckeditor5/latest/features/image-upload.html), improved [editor UI on mobile devices](https://github.com/ckeditor/ckeditor5/issues/416#issuecomment-430246472), as well as many smaller features and improvements.
+
+Blog post is comming soon...
+
 ### Dependencies
 
 New packages:
@@ -45,13 +49,6 @@ Patch releases (bug fixes, internal changes):
 * [@ckeditor/ckeditor5-upload](https://www.npmjs.com/package/@ckeditor/ckeditor5-upload): v10.0.3 => [v10.0.4](https://github.com/ckeditor/ckeditor5-upload/releases/tag/v10.0.4)
 * [@ckeditor/ckeditor5-widget](https://www.npmjs.com/package/@ckeditor/ckeditor5-widget): v10.3.0 => [v10.3.1](https://github.com/ckeditor/ckeditor5-widget/releases/tag/v10.3.1)
 
-### Features
-
-Besides new features introduced by the dependencies, this version also introduces the following features:
-
-* Introduced the CKFinder integration plugin. ([47b08cc](https://github.com/ckeditor/ckeditor5-build-balloon/commit/47b08cc))
-* Introduced the Paste From Office feature. ([47cd7ec](https://github.com/ckeditor/ckeditor5-build-balloon/commit/47cd7ec))
-
 
 ## [11.1.1](https://github.com/ckeditor/ckeditor5-build-balloon/compare/v11.1.0...v11.1.1) (2018-10-11)
 
@@ -62,7 +59,7 @@ This releases fixes the README of this package on npm.
 
 This is a minor release. Besides updating all used CKEditor 5 packages to their latest versions it brings two new features: the [Table](https://ckeditor.com/docs/ckeditor5/latest/features/table.html) and [Media embed](https://ckeditor.com/docs/ckeditor5/latest/features/media-embed.html) features which are now enabled in this build by default.
 
-Blog post is comming soon...
+Read more in the blog post: https://ckeditor.com/blog/CKEditor-5-v11.1.0-released/
 
 ### Dependencies