File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
66This project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) ,
77with 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
210213for 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
You can’t perform that action at this time.
0 commit comments