aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Krewinkel <[email protected]>2022-10-14 19:50:52 +0200
committerAlbert Krewinkel <[email protected]>2022-10-14 19:52:38 +0200
commitdac059eb3e491aea9c5737f43d600b4b10852736 (patch)
tree77d355038c1b1819e2ea3a9dcfc8a5c6226d9349
parent8900b0f953798b01087e0135a3a9708a95eb7fde (diff)
changelog: remove reverted change.
The change in template handling was reverted via #8372.
-rw-r--r--changelog.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/changelog.md b/changelog.md
index 1e569ad5e..8170d459a 100644
--- a/changelog.md
+++ b/changelog.md
@@ -299,13 +299,6 @@
if the input format can still contain extensions. The same is true
for `compileDefaultTemplate`, which calls `getDefaultTemplate`
internally
- + Use filename to search for default template of custom writers
- (#8137, Albert Krewinkel). The default template of a custom writer
- `/path/to/my-writer.lua` is expected in the
- `templates/default.my-writer.lua` data file. Note that templates
- are *not* applied automatically to the output of custom
- writers; custom writer authors must ensure that the template is applied
- if one is present in the writer options.
* New exported module Text.Pandoc.Scripting (Albert Krewinkel).
The module contains the central data structure for scripting engines