Skip to content

Commit 4167c0c

Browse files
committed
Prepare for 0.11.0
1 parent effebfa commit 4167c0c

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
66
This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html),
77
with the exception that 0.x versions can break between minor versions.
88

9-
## Unreleased
9+
## [0.11.0] - 2018-01-16
10+
### Added
11+
- The extension for tables now also renders to plain text
12+
(when using a `TextContentRenderer`), thanks @ahjaworski
1013
### Changed
1114
- Add `Automatic-Module-Name` manifest entries so that library can be used
1215
nicely in Java 9 modules. The module names correspond to the root
@@ -210,6 +213,7 @@ Initial release of commonmark-java, a port of commonmark.js with extensions
210213
for autolinking URLs, GitHub flavored strikethrough and tables.
211214

212215

216+
[0.11.0]: https://github.com/atlassian/commonmark-java/compare/commonmark-parent-0.10.0...commonmark-parent-0.11.0
213217
[0.10.0]: https://github.com/atlassian/commonmark-java/compare/commonmark-parent-0.9.0...commonmark-parent-0.10.0
214218
[0.9.0]: https://github.com/atlassian/commonmark-java/compare/commonmark-parent-0.8.0...commonmark-parent-0.9.0
215219
[0.8.0]: https://github.com/atlassian/commonmark-java/compare/commonmark-parent-0.7.1...commonmark-parent-0.8.0

0 commit comments

Comments
 (0)