diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2023-02-09 08:26:36 -0800 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2023-02-09 08:26:36 -0800 |
| commit | b95fcb5b67c822f8937e7846017cea350af4ea51 (patch) | |
| tree | 72bbb68bd8ad734275f0e86f1620947fdc209f91 | |
| parent | 9eee4a2582822f01cdc46d9576dd9ed17b135e2c (diff) | |
Minor changelog update.
| -rw-r--r-- | changelog.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/changelog.md b/changelog.md index 7114fd1d9..6261fa23a 100644 --- a/changelog.md +++ b/changelog.md @@ -12,8 +12,8 @@ * Text.Pandoc.Options: add `writerChunkTemplate` constructor to `WriterOptions` [API change]. - * Text.Pandoc.Chunks: add Data, Typeable, Generic instances for - `PathTemplate` [API change]. + * Text.Pandoc.Chunks: add Data, Typeable, Generic, ToJSON, FromJSON + instances for `PathTemplate` [API change]. * Textile reader: |
