Browse Source

Docs: Changelog. [skip ci]

Piotrek Koszuliński 8 years ago
parent
commit
a9797acdb6
1 changed files with 7 additions and 0 deletions
  1. 7 0
      packages/ckeditor5-autoformat/CHANGELOG.md

+ 7 - 0
packages/ckeditor5-autoformat/CHANGELOG.md

@@ -1,6 +1,13 @@
 Changelog
 =========
 
+## [1.0.0-alpha.2](https://github.com/ckeditor/ckeditor5-autoformat/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2017-11-14)
+
+### Bug fixes
+
+* LiveRanges used by InlineAutoFormatEngine are now properly detached. Closes [#39](https://github.com/ckeditor/ckeditor5-autoformat/issues/39). ([5f24ae8](https://github.com/ckeditor/ckeditor5-autoformat/commit/5f24ae8))
+
+
 ## [1.0.0-alpha.1](https://github.com/ckeditor/ckeditor5-autoformat/compare/v0.6.0...v1.0.0-alpha.1) (2017-10-03)
 
 ### Features