Skip to content

Commit

Permalink
Prepare CHANGELOG for release 0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
robinst committed Oct 21, 2024
1 parent 13cbd23 commit 5e6a5cc
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html),
with the exception that 0.x versions can break between minor versions.

## [0.24.0] - 2024-10-21
### Added
- `SourceSpan` on nodes now have a `getInputIndex` to get the index within the
original input string (in addition to the existing line/column indexes).
This is useful when looking up the input source: It can now be done using
`substring` instead of having to split the input into lines first (#348)
- Configurable line break rendering for `TextContentRenderer` via `lineBreakRendering`
on the builder; e.g. `LineBreakRendering.SEPARATE_BLOCKS` will render an empty
line between blocks (#344)
### Changed
- Adopted small changes from OpenJDK vendoring to make updates easier for them (#343)
### Fixed
- Enable overriding of built-in node rendering for `TextContentRenderer` (#346)

## [0.23.0] - 2024-09-16
### Added
- New extension for footnotes!
Expand Down Expand Up @@ -445,6 +459,7 @@ API breaking changes (caused by changes in spec):
Initial release of commonmark-java, a port of commonmark.js with extensions
for autolinking URLs, GitHub flavored strikethrough and tables.
[0.24.0]: https://github.com/commonmark/commonmark-java/compare/commonmark-parent-0.23.0...commonmark-parent-0.24.0
[0.23.0]: https://github.com/commonmark/commonmark-java/compare/commonmark-parent-0.22.0...commonmark-parent-0.23.0
[0.22.0]: https://github.com/commonmark/commonmark-java/compare/commonmark-parent-0.21.0...commonmark-parent-0.22.0
[0.21.0]: https://github.com/commonmark/commonmark-java/compare/commonmark-parent-0.20.0...commonmark-parent-0.21.0
Expand Down

0 comments on commit 5e6a5cc

Please sign in to comment.