Skip to content

Commit eb7bac0

Browse files
committed
Prepare CHANGELOG for version 0.27.1
1 parent 582855d commit eb7bac0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@ 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.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):
516518
Initial release of commonmark-java, a port of commonmark.js with extensions
517519
for 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

0 commit comments

Comments
 (0)