Skip to content

Commit 33737b7

Browse files
committed
CHANGELOG: Add issue links
1 parent c577edf commit 33737b7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@ with the exception that 0.x versions can break between minor versions.
88

99
## [0.25.0] - 2025-06-20
1010
### Added
11-
- Include OSGi metadata in jars (`META-INF/MANIFEST.MF` files)
12-
- More documentation with examples for `Node` classes
11+
- Include OSGi metadata in jars (`META-INF/MANIFEST.MF` files) (#378)
12+
- More documentation with examples for `Node` classes (#370)
1313
### Changed
1414
- GitHub tables: Tables are now parsed even if there's no blank line before the
15-
table heading, matching GitHub's behavior.
15+
table heading, matching GitHub's behavior. (#381)
1616
### Fixed
1717
- `MarkdownRenderer`: Fix precedence for `nodeRendererFactory`: Factories passed
18-
to the builder can now override rendering for core node types.
18+
to the builder can now override rendering for core node types. (#368)
1919
- `MarkdownRenderer`: Fix exception with ordered lists with a long first number
2020
followed by a shorter one (#382)
21-
- Fix warning in Eclipse about "missing 'requires transitive'"
22-
- Fix Android incompatibility with `requireNonNullElseGet`
21+
- Fix warning in Eclipse about "missing 'requires transitive'" (#358)
22+
- Fix Android incompatibility with `requireNonNullElseGet` (#369)
2323

2424
## [0.24.0] - 2024-10-21
2525
### Added

0 commit comments

Comments
 (0)