diff options
| author | John MacFarlane <[email protected]> | 2025-09-10 09:00:49 +0200 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2025-09-10 09:02:23 +0200 |
| commit | 6d6ab8c87187979e7abedd6253c785f4c35801a4 (patch) | |
| tree | 15ebc2047bd4c455974f7f190ad14e8c5ea70911 /changelog.md | |
| parent | 4b126bd90b72d03b8697151f4e055f588430fc2b (diff) | |
Changelog fix for #11042.
See https://github.com/jgm/pandoc/pull/11042#issuecomment-3271905447
Diffstat (limited to 'changelog.md')
| -rw-r--r-- | changelog.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md index 14356ae12..e2b8a101f 100644 --- a/changelog.md +++ b/changelog.md @@ -319,7 +319,7 @@ parameter in a defaults file. + Add type `HighlightMethod` and patterns [API Change] (Albert Krewinkel). + The `writerListings` and `writerHighlightStyle` fields of the - `WriterOptions` type are replaced with `writerHighlightStyle` + `WriterOptions` type are replaced with `writerHighlightMethod` [API change] (Albert Krewinkel, #10525). * Text.Pandoc.Extensions: |
