From 50bb33d7bb491cc7d42db0b72d65170525e68882 Mon Sep 17 00:00:00 2001 From: Stefanos Togkoulidis Date: Wed, 16 Oct 2019 12:35:11 +0300 Subject: [PATCH] Update CHANGELOG and README for v.1.3.33 release --- CHANGELOG.md | 10 +++++++--- README.md | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af5b6301b..f80edb10b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog - ## [1.3.32](https://github.com/wordpress-mobile/AztecEditor-Android/releases/tag/v1.3.32) - ### Fixed - - Allow paragraph spans that do not extend AlignmentSpan (#851) +## [1.3.33](https://github.com/wordpress-mobile/AztecEditor-Android/releases/tag/v1.3.33) +### Fixed +- IndexOutOfBounds case in DynamicLayout.reflow() under Android 8.0.0 (#834) + +## [1.3.32](https://github.com/wordpress-mobile/AztecEditor-Android/releases/tag/v1.3.32) +### Fixed +- Allow paragraph spans that do not extend AlignmentSpan (#851) ## [1.3.31](https://github.com/wordpress-mobile/AztecEditor-Android/releases/tag/v1.3.31) ### Fixed diff --git a/README.md b/README.md index 2593c741a..d918ebe22 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ repositories { ``` ```gradle dependencies { - api ('com.github.wordpress-mobile.WordPress-Aztec-Android:aztec:v1.3.32') + api ('com.github.wordpress-mobile.WordPress-Aztec-Android:aztec:v1.3.33') } ```