We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f116a34 commit ed8e439Copy full SHA for ed8e439
CHANGELOG.md
@@ -1,4 +1,8 @@
1
# Changelog
2
+## [1.3.10](https://github.com/wordpress-mobile/AztecEditor-Android/releases/tag/v1.3.10) - 2018-10-23
3
+### Fixed
4
+- Fixed: crash when deleting text (span handling)
5
+
6
## [1.3.9](https://github.com/wordpress-mobile/AztecEditor-Android/releases/tag/v1.3.9) - 2018-09-06
7
### Added
8
- Added support for creating links that open in a new window.
README.md
@@ -106,7 +106,7 @@ repositories {
106
```
107
```gradle
108
dependencies {
109
- api ('com.github.wordpress-mobile.WordPress-Aztec-Android:aztec:v1.3.9')
+ api ('com.github.wordpress-mobile.WordPress-Aztec-Android:aztec:v1.3.10')
110
}
111
112
0 commit comments