瀏覽代碼

Docs: Changelog corrections. [skip ci]

Piotrek Koszuliński 8 年之前
父節點
當前提交
b559023849
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      packages/ckeditor5-block-quote/CHANGELOG.md

+ 4 - 0
packages/ckeditor5-block-quote/CHANGELOG.md

@@ -3,6 +3,10 @@ Changelog
 
 ## [0.2.0](https://github.com/ckeditor/ckeditor5-block-quote/compare/v0.1.1...v0.2.0) (2017-09-03)
 
+### Features
+
+* <kbd>Enter</kbd> in the block quote will scroll the viewport to the selection. See ckeditor/ckeditor5-engine#660. ([09dc740](https://github.com/ckeditor/ckeditor5-block-quote/commit/09dc740))
+
 ### Other changes
 
 * Aligned the implementation to the new Command API (see https://github.com/ckeditor/ckeditor5-core/issues/88). ([627510a](https://github.com/ckeditor/ckeditor5-block-quote/commit/627510a))