Skip to content

Commit

Permalink
Merge pull request #859 from wordpress-mobile/release/1.3.32
Browse files Browse the repository at this point in the history
Update CHANGELOG and README for v.1.3.32 release
  • Loading branch information
etoledom authored Oct 15, 2019
2 parents f4d3dec + 9edca63 commit a6c634c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
# 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.31](https://github.com/wordpress-mobile/AztecEditor-Android/releases/tag/v1.3.31)
### Fixed
- Fix lag deleting and inserting text #853 and #854

# Changelog
## [1.3.30](https://github.com/wordpress-mobile/AztecEditor-Android/releases/tag/v1.3.30)
### Added
- Added the ability to signal undo/redo events to host app

# Changelog
## [1.3.29](https://github.com/wordpress-mobile/AztecEditor-Android/releases/tag/v1.3.29)
### Fixed
- Fix span overlapping on window resizing (Chromebooks)
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.31')
api ('com.github.wordpress-mobile.WordPress-Aztec-Android:aztec:v1.3.32')
}
```

Expand Down

0 comments on commit a6c634c

Please sign in to comment.