Parcourir la source

Docs: Changelog corrections. [skip ci]

Piotrek Koszuliński il y a 8 ans
Parent
commit
0a75fc9506
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      packages/ckeditor5-typing/CHANGELOG.md

+ 1 - 0
packages/ckeditor5-typing/CHANGELOG.md

@@ -11,6 +11,7 @@ Changelog
 ### Features
 
 * Pressing <kbd>Backspace</kbd> or <kbd>Delete</kbd> in an empty content will reset the current block to a paragraph. Closes [#61](https://github.com/ckeditor/ckeditor5-typing/issues/61). ([bb07bc6](https://github.com/ckeditor/ckeditor5-typing/commit/bb07bc6))
+* The viewport will be scrolled to the selection upon user input. See ckeditor/ckeditor5-engine#660. ([2cdf02f](https://github.com/ckeditor/ckeditor5-typing/commit/2cdf02f))
 
 ### Other changes