Skip to content

Commit fedb5c4

Browse files
committed
CHANGELOG: Add reference to bug, prepare for 0.9.0
1 parent 2296ca4 commit fedb5c4

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@ 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-
## Unreleased
8+
## [0.9.0] - 2018-06-04
99
### Added
1010
- Add `extractSpans` method that also returns the text pieces of the
1111
input before, between and after links. This makes it more convenient
1212
to write code that transforms the whole input text without having to
1313
manually keep track of indexes.
1414
### Changed
15-
- Deprecated `Autolink.renderLinks` and `LinkRenderer`, see "added".
16-
- Stop URLs when encountering an `"`. This is consistent with RFC 3986,
17-
and it seems unlikely that a user would have an unescaped `"` in a URL
18-
anyway, as browsers escape it when you copy an URL that contains one.
15+
- Deprecated `Autolink.renderLinks` and `LinkRenderer`, see added (#21)
16+
- Stop URLs when encountering `"`. This is consistent with RFC 3986, and
17+
it seems unlikely that a user would have an unescaped `"` in an URL
18+
anyway, as browsers escape it when copying an URL with it. (#21)
1919

2020
## [0.8.0] - 2018-01-10
2121
### Changed
@@ -68,6 +68,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6868
- Initial release!
6969

7070

71+
[0.9.0]: https://github.com/robinst/autolink-java/compare/autolink-0.8.0...autolink-0.9.0
7172
[0.8.0]: https://github.com/robinst/autolink-java/compare/autolink-0.7.0...autolink-0.8.0
7273
[0.7.0]: https://github.com/robinst/autolink-java/compare/autolink-0.6.0...autolink-0.7.0
7374
[0.6.0]: https://github.com/robinst/autolink-java/compare/autolink-0.5.0...autolink-0.6.0

0 commit comments

Comments
 (0)