Skip to content

Commit

Permalink
Merge pull request #865 from wordpress-mobile/release/1.3.34
Browse files Browse the repository at this point in the history
Update CHANGELOG and README for v.1.3.34 release
  • Loading branch information
daniloercoli authored Oct 22, 2019
2 parents f5ce89c + 0b3e6e4 commit 9aabad7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [1.3.34](https://github.com/wordpress-mobile/AztecEditor-Android/releases/tag/v1.3.34)
### Added
- Added the ability to report to the host app the IndexOutOfBounds exception
in android.text.DynamicLayout.getBlockIndex(DynamicLayout.java:646) under Android 8.XX (#861)

## [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)
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.33')
api ('com.github.wordpress-mobile.WordPress-Aztec-Android:aztec:v1.3.34')
}
```

Expand Down

0 comments on commit 9aabad7

Please sign in to comment.