File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,13 @@ 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.27.1 ] - 2026-01-14
1010### Fixed
1111- Line(s) after a hard line break would sometimes also get an unwanted hard
1212 line break, e.g. if they ended in emphasis or other non-text inlines (#415 )
1313- ` TextContentRenderer ` (for plain text): Fix nested lists on the same line (#413 )
14+ - Fix minor performance regression with pathological input (deeply nested
15+ brackets) that was introduced in version 0.23.0.
1416
1517## [ 0.27.0] - 2025-10-12
1618### Added
@@ -516,7 +518,7 @@ API breaking changes (caused by changes in spec):
516518Initial release of commonmark-java, a port of commonmark.js with extensions
517519for autolinking URLs, GitHub flavored strikethrough and tables.
518520
519- [Unreleased ]: https://github.com/commonmark/commonmark-java/compare/commonmark-parent-0.27.0...main
521+ [0.27.1 ]: https://github.com/commonmark/commonmark-java/compare/commonmark-parent-0.27.0...commonmark-parent-0.27.1
520522[0.27.0]: https://github.com/commonmark/commonmark-java/compare/commonmark-parent-0.26.0...commonmark-parent-0.27.0
521523[0.26.0]: https://github.com/commonmark/commonmark-java/compare/commonmark-parent-0.25.1...commonmark-parent-0.26.0
522524[0.25.1]: https://github.com/commonmark/commonmark-java/compare/commonmark-parent-0.25.0...commonmark-parent-0.25.1
You can’t perform that action at this time.
0 commit comments