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

Docs: Corrected the changelog. [skip ci]

Marek Lewandowski 6 лет назад
Родитель
Сommit
04915ccb70
1 измененных файлов с 1 добавлено и 10 удалено
  1. 1 10
      packages/ckeditor5-restricted-editing/CHANGELOG.md

+ 1 - 10
packages/ckeditor5-restricted-editing/CHANGELOG.md

@@ -3,13 +3,4 @@ Changelog
 
 ## [16.0.0](https://github.com/ckeditor/ckeditor5-restricted-editing/tree/v16.0.0) (2019-12-04)
 
-### Features
-
-* Brought the `RestrictedEditingUI` class along with navigation tools, exception highlighting and rich exception styles. Closes [ckeditor/ckeditor5#5763](https://github.com/ckeditor/ckeditor5/issues/5763). Closes [ckeditor/ckeditor5#5764](https://github.com/ckeditor/ckeditor5/issues/5764). ([b9ceb1f](https://github.com/ckeditor/ckeditor5-restricted-editing/commit/b9ceb1f))
-* Enforcing restricted editing mode. Closes [ckeditor/ckeditor5#5762](https://github.com/ckeditor/ckeditor5/issues/5762). ([666c885](https://github.com/ckeditor/ckeditor5-restricted-editing/commit/666c885))
-* Implemented the "standard" mode of the restricted editing that allows creating editable regions in the content. Closes [ckeditor/ckeditor5#5754](https://github.com/ckeditor/ckeditor5/issues/5754). ([e32a805](https://github.com/ckeditor/ckeditor5-restricted-editing/commit/e32a805))
-* Implemented the `RestrictedEditing` plugin that brings the "restricted" mode. Closes [ckeditor/ckeditor5#5755](https://github.com/ckeditor/ckeditor5/issues/5755). ([d6fe568](https://github.com/ckeditor/ckeditor5-restricted-editing/commit/d6fe568))
-
-### Other changes
-
-* Updated translations. ([cf17bd6](https://github.com/ckeditor/ckeditor5-restricted-editing/commit/cf17bd6))
+The initial release.