Browse Source

Docs: Changelog. [skip ci]

Piotrek Koszuliński 8 years ago
parent
commit
5098f13978
1 changed files with 11 additions and 0 deletions
  1. 11 0
      packages/ckeditor5-clipboard/CHANGELOG.md

+ 11 - 0
packages/ckeditor5-clipboard/CHANGELOG.md

@@ -1,6 +1,17 @@
 Changelog
 =========
 
+## [0.5.0](https://github.com/ckeditor/ckeditor5-clipboard/compare/v0.4.1...v0.5.0) (2017-04-05)
+
+### Bug fixes
+
+* Aligned use of converter to the latest API. Closes [#14](https://github.com/ckeditor/ckeditor5-clipboard/issues/14). ([8f98e2b](https://github.com/ckeditor/ckeditor5-clipboard/commit/8f98e2b))
+
+### Features
+
+* Named existing plugin(s). ([3d37f53](https://github.com/ckeditor/ckeditor5-clipboard/commit/3d37f53))
+
+
 ## [0.4.1](https://github.com/ckeditor/ckeditor5-clipboard/compare/v0.4.0...v0.4.1) (2017-03-06)
 
 Internal changes only (updated dependencies, documentation, etc.).