Преглед изворни кода

Docs: Changelog. [skip ci]

Piotrek Koszuliński пре 8 година
родитељ
комит
caaf3eb915
1 измењених фајлова са 11 додато и 0 уклоњено
  1. 11 0
      packages/ckeditor5-editor-classic/CHANGELOG.md

+ 11 - 0
packages/ckeditor5-editor-classic/CHANGELOG.md

@@ -1,6 +1,17 @@
 Changelog
 =========
 
+## [0.7.2](https://github.com/ckeditor/ckeditor5-editor-classic/compare/v0.7.1...v0.7.2) (2017-04-05)
+
+### Bug fixes
+
+* It should be possible to use `ClassicEditor.create()` in its child classes. Closes [#53](https://github.com/ckeditor/ckeditor5-editor-classic/issues/53). ([95798ba](https://github.com/ckeditor/ckeditor5-editor-classic/commit/95798ba))
+
+### Other changes
+
+* Code refactoring in editor-classic to share API with editor-inline. Closes [#48](https://github.com/ckeditor/ckeditor5-editor-classic/issues/48). ([2bb1e4e](https://github.com/ckeditor/ckeditor5-editor-classic/commit/2bb1e4e))
+
+
 ## [0.7.1](https://github.com/ckeditor/ckeditor5-editor-classic/compare/v0.7.0...v0.7.1) (2017-03-06)
 
 ### Other changes