8
0
Просмотр исходного кода

Docs: Corrected the changelog. [skip ci]

Piotrek Koszuliński 7 лет назад
Родитель
Сommit
a4203095cb
1 измененных файлов с 3 добавлено и 0 удалено
  1. 3 0
      packages/ckeditor5-build-decoupled-document/CHANGELOG.md

+ 3 - 0
packages/ckeditor5-build-decoupled-document/CHANGELOG.md

@@ -3,6 +3,8 @@ Changelog
 
 ## [1.0.0-beta.2](https://github.com/ckeditor/ckeditor5-build-decoupled-document/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2018-04-10)
 
+**Note:** Make sure to see the BREAKING CHANGES section below.
+
 ### Dependencies
 
 Major releases (contain breaking changes):
@@ -45,6 +47,7 @@ Major releases (contain breaking changes):
 * The global variable exported by the build is now called `DecoupledEditor` instead of `DecoupledDocumentEditor`. See [#6](https://github.com/ckeditor/ckeditor5-build-decoupled-document/issues/6).
 * The config options `config.toolbarContainer` and `config.editableContainer` have been removed. Please refer to the `DecoupledEditor` class API documentation to learn about possible methods of bootstrapping the UI.
 
+
 ## [1.0.0-beta.1](https://github.com/ckeditor/ckeditor5-build-decoupled-document/compare/v0.0.1...v1.0.0-beta.1) (2018-03-15)
 
 ### Features