Skip to content

Commit 9aabad7

Browse files
authored
Merge pull request #865 from wordpress-mobile/release/1.3.34
Update CHANGELOG and README for v.1.3.34 release
2 parents f5ce89c + 0b3e6e4 commit 9aabad7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## [1.3.34](https://github.com/wordpress-mobile/AztecEditor-Android/releases/tag/v1.3.34)
4+
### Added
5+
- Added the ability to report to the host app the IndexOutOfBounds exception
6+
in android.text.DynamicLayout.getBlockIndex(DynamicLayout.java:646) under Android 8.XX (#861)
7+
38
## [1.3.33](https://github.com/wordpress-mobile/AztecEditor-Android/releases/tag/v1.3.33)
49
### Fixed
510
- IndexOutOfBounds case in DynamicLayout.reflow() under Android 8.0.0 (#834)

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.33')
108+
api ('com.github.wordpress-mobile.WordPress-Aztec-Android:aztec:v1.3.34')
109109
}
110110
```
111111

0 commit comments

Comments
 (0)