Skip to content

Commit f8e449b

Browse files
committed
Update CHANGELOG
1 parent 51a53ab commit f8e449b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
## [0.10.0] - 2018-11-12
9+
### Changed
10+
- Stop URLs at '`' characters too, same as < and >
11+
812
## [0.9.0] - 2018-06-04
913
### Added
1014
- Add `extractSpans` method that also returns the text pieces of the
@@ -62,12 +66,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6266
`foo@com` is not matched by default).
6367
Can be disabled by calling `emailDomainMustHaveDot(false)` on builder.
6468

65-
6669
## 0.1.0 - 2015-06-13
6770
### Added
6871
- Initial release!
6972

7073

74+
[0.10.0]: https://github.com/robinst/autolink-java/compare/autolink-0.9.0...autolink-0.10.0
7175
[0.9.0]: https://github.com/robinst/autolink-java/compare/autolink-0.8.0...autolink-0.9.0
7276
[0.8.0]: https://github.com/robinst/autolink-java/compare/autolink-0.7.0...autolink-0.8.0
7377
[0.7.0]: https://github.com/robinst/autolink-java/compare/autolink-0.6.0...autolink-0.7.0

0 commit comments

Comments
 (0)