Browse Source

Docs: Changelog.

Piotrek Koszuliński 9 years ago
parent
commit
3dc78e09e4
1 changed files with 17 additions and 0 deletions
  1. 17 0
      packages/ckeditor5-heading/CHANGELOG.md

+ 17 - 0
packages/ckeditor5-heading/CHANGELOG.md

@@ -0,0 +1,17 @@
+Changelog
+=========
+
+## [0.8.0](https://github.com/ckeditor/ckeditor5-heading/compare/v0.7.0...v0.8.0) (2017-03-06)
+
+### Features
+
+* Enabled configuration and localization of available headings (see `config.heading.options`). Closes [#33](https://github.com/ckeditor/ckeditor5/issues/33). ([de07a0c](https://github.com/ckeditor/ckeditor5-heading/commit/de07a0c))
+
+### Other changes
+
+* Updated translations. ([50583b4](https://github.com/ckeditor/ckeditor5-heading/commit/50583b4))
+
+
+### BREAKING CHANGES
+
+* The `heading` command now accepts `id` option, not `formatId`.