summaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
Diffstat (limited to 'changelog.md')
-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