8
0
Pārlūkot izejas kodu

Docs: Corrected the changelog. [skip ci]

Piotrek Koszuliński 6 gadi atpakaļ
vecāks
revīzija
79eb75bebb
1 mainītis faili ar 4 papildinājumiem un 4 dzēšanām
  1. 4 4
      packages/ckeditor5-link/CHANGELOG.md

+ 4 - 4
packages/ckeditor5-link/CHANGELOG.md

@@ -5,19 +5,19 @@ Changelog
 
 ### Bug fixes
 
-* Link balloon will not be shown if no link was added after command execution. Closes [#171](https://github.com/ckeditor/ckeditor5-link/issues/171). ([0069dc7](https://github.com/ckeditor/ckeditor5-link/commit/0069dc7))
+* The link balloon will not be shown if no link was added after command execution. Closes [#171](https://github.com/ckeditor/ckeditor5-link/issues/171). ([0069dc7](https://github.com/ckeditor/ckeditor5-link/commit/0069dc7))
 
 ### Other changes
 
-* `Use model.insertContent` instead of `model.Writer.insert`. Closes [#224](https://github.com/ckeditor/ckeditor5-link/issues/224). ([e3c8676](https://github.com/ckeditor/ckeditor5-link/commit/e3c8676))
-* Updated translations. ([ba97a60](https://github.com/ckeditor/ckeditor5-link/commit/ba97a60)) 
+* Use `Model#insertContent()` instead of `model.Writer#insert()`. Closes [#224](https://github.com/ckeditor/ckeditor5-link/issues/224). ([e3c8676](https://github.com/ckeditor/ckeditor5-link/commit/e3c8676))
+* Updated translations. ([ba97a60](https://github.com/ckeditor/ckeditor5-link/commit/ba97a60))
 
 
 ## [11.0.1](https://github.com/ckeditor/ckeditor5-link/compare/v11.0.0...v11.0.1) (2019-04-10)
 
 ### Other changes
 
-* Updated translations. ([9332478](https://github.com/ckeditor/ckeditor5-link/commit/9332478)) 
+* Updated translations. ([9332478](https://github.com/ckeditor/ckeditor5-link/commit/9332478))
 
 
 ## [11.0.0](https://github.com/ckeditor/ckeditor5-link/compare/v10.1.0...v11.0.0) (2019-02-28)