Browse Source

Docs: Changelog. [skip ci]

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

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

@@ -1,6 +1,17 @@
 Changelog
 =========
 
+## [0.10.0](https://github.com/ckeditor/ckeditor5-enter/compare/v0.9.1...v0.10.0) (2017-09-03)
+
+### Other changes
+
+* Aligned the implementation to the new Command API (see https://github.com/ckeditor/ckeditor5-core/issues/88). ([d75b448](https://github.com/ckeditor/ckeditor5-enter/commit/d75b448))
+
+### BREAKING CHANGES
+
+* The command API has been changed.
+
+
 ## [0.9.1](https://github.com/ckeditor/ckeditor5-enter/compare/v0.9.0...v0.9.1) (2017-05-07)
 
 Internal changes only (updated dependencies, documentation, etc.).