From 26c9a6d7d2ec7c57bd0f7f0739939049ebabe4f0 Mon Sep 17 00:00:00 2001 From: Ondrej Ruttkay Date: Mon, 20 Nov 2017 12:10:09 +0100 Subject: [PATCH] Update the changelog --- CHANGELOG.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bcd3dd49..0285fbb80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,21 @@ # Changelog -## [Unreleased] +## [1.0-beta.11](https://github.com/wordpress-mobile/AztecEditor-Android/releases/tag/v1.0-beta.11) - 2017-11-20 ### Fixed - Paragraphs with attributes being removed +- Conflicts of autocorrect/suggestions with editor styling +- Numbered list item display issues with multiple digits +- Abnormally tall lines following images without line breaks +- Incorrect click-handling around images not on separate lines + +### Changed +- All images are made to be full-width & on separate lines + +### Added +- Toolbar state notification interface for plugins +- Ability to place cursor next to an image +- Spellcheck suggestions +- Improved image-related performance ## [1.0-beta.10](https://github.com/wordpress-mobile/AztecEditor-Android/releases/tag/v1.0-beta.10) - 2017-10-06 ### Fixed @@ -22,7 +35,6 @@ ## [1.0-beta.7](https://github.com/wordpress-mobile/AztecEditor-Android/releases/tag/v1.0-beta.7) - 2017-08-15 ### Changed - Toolbar button highlighted state to use a color with more contrast -- Fixed conflicts of autocorrect/suggestions with editor styling ### Fixed - Image/video loading placeholder drawable usage