Skip to content

Commit

Permalink
Update CHANGELOG and README for v.1.3.33 release
Browse files Browse the repository at this point in the history
  • Loading branch information
hypest committed Oct 16, 2019
1 parent 1f257c7 commit 50bb33d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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')
}
```

Expand Down

0 comments on commit 50bb33d

Please sign in to comment.