Skip to content

Commit c3293b1

Browse files
authored
Merge pull request #860 from wordpress-mobile/release/1.3.33
Update CHANGELOG and README for v.1.3.33 release
2 parents 1f257c7 + 50bb33d commit c3293b1

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# Changelog
22

3-
## [1.3.32](https://github.com/wordpress-mobile/AztecEditor-Android/releases/tag/v1.3.32)
4-
### Fixed
5-
- Allow paragraph spans that do not extend AlignmentSpan (#851)
3+
## [1.3.33](https://github.com/wordpress-mobile/AztecEditor-Android/releases/tag/v1.3.33)
4+
### Fixed
5+
- IndexOutOfBounds case in DynamicLayout.reflow() under Android 8.0.0 (#834)
6+
7+
## [1.3.32](https://github.com/wordpress-mobile/AztecEditor-Android/releases/tag/v1.3.32)
8+
### Fixed
9+
- Allow paragraph spans that do not extend AlignmentSpan (#851)
610

711
## [1.3.31](https://github.com/wordpress-mobile/AztecEditor-Android/releases/tag/v1.3.31)
812
### Fixed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ repositories {
105105
```
106106
```gradle
107107
dependencies {
108-
api ('com.github.wordpress-mobile.WordPress-Aztec-Android:aztec:v1.3.32')
108+
api ('com.github.wordpress-mobile.WordPress-Aztec-Android:aztec:v1.3.33')
109109
}
110110
```
111111

0 commit comments

Comments
 (0)