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

Docs: Corrected the changelog. [skip ci]

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

+ 2 - 3
packages/ckeditor5-autosave/CHANGELOG.md

@@ -1,9 +1,8 @@
 Changelog
 =========
 
-## [10.0.0](https://github.com/ckeditor/ckeditor5-autosave/compare/...v10.0.0) (2018-07-18)
+## [10.0.0](https://github.com/ckeditor/ckeditor5-autosave/tree/v10.0.0) (2018-07-18)
 
 ### Other changes
 
-* Added waiting for editor initialization, made all callbacks running asynchronously. Closes [#3](https://github.com/ckeditor/ckeditor5-autosave/issues/3). ([5b4258e](https://github.com/ckeditor/ckeditor5-autosave/commit/5b4258e))
-* Updated translations. ([ec535fe](https://github.com/ckeditor/ckeditor5-autosave/commit/ec535fe))
+* The first implementation of the autosave plugin. Check out the [demo](https://docs.ckeditor.com/ckeditor5/latest/builds/guides/integration/saving-data.html#autosave-feature).