Skip to content

Commit 4a17082

Browse files
authored
some changelog cleanup
1 parent 20d3265 commit 4a17082

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

news/changelog-1.2.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212
## Extensions
1313

1414
- HTML dependencies may be provided by paths to files outside the extension directory
15-
- HTML dependencies may now include `serviceworkers`. `serviceworkers` will be copied into the output directory.
15+
- HTML dependencies may now include `serviceworkers`, which are copied into the output directory.
16+
- New `quarto.doc.attachToDependency` function to attach files to html dependencies (copies files into the lib dir for a named HTML dependency).
17+
- Ensure that `quarto.utils.dump` works with pandoc's builtin global variables (#2254)
1618

1719
## HTML Format
1820

@@ -40,11 +42,6 @@
4042

4143
- Support formats `bibtex`, `biblatex`, and `csljson`. When rendered to one of these formats any citations within the document will be rendered as the specified bibliography format.
4244

43-
## Lua Filters
44-
45-
- Harden `quarto.utils.dump` so it works with pandoc's builtin global variables (#2254)
46-
- Add new LUA function `attachToDependency` to attach files to html dependencies. This function will copy a file into the lib dir for a named HTML dependency.
47-
4845
## Miscellaneous
4946

5047
- Don't call Deno.realPathSync on Windows (avoid problems w/ UNC paths)

0 commit comments

Comments
 (0)