8
0
Piotrek Koszuliński 9 лет назад
Родитель
Сommit
58db223f98
1 измененных файлов с 10 добавлено и 0 удалено
  1. 10 0
      packages/ckeditor5-list/CHANGELOG.md

+ 10 - 0
packages/ckeditor5-list/CHANGELOG.md

@@ -0,0 +1,10 @@
+Changelog
+=========
+
+## [0.5.1](https://github.com/ckeditor/ckeditor5-list/compare/v0.5.0...v0.5.1) (2017-03-06)
+
+### Other changes
+
+* Made the list feature use the `model.Selection#getSelectedBlocks()` instead of implementing the same logic itself. Closes [#32](https://github.com/ckeditor/ckeditor5/issues/32). Closes [#31](https://github.com/ckeditor/ckeditor5/issues/31). ([d04eab5](https://github.com/ckeditor/ckeditor5-list/commit/d04eab5))
+* Stop using `ModelConversionDispatcher#event:move` for list conversion. ([04e9e56](https://github.com/ckeditor/ckeditor5-list/commit/04e9e56))
+* Updated translations. ([8b92825](https://github.com/ckeditor/ckeditor5-list/commit/8b92825))