Skip to content

Commit

Permalink
Document quarto.utils.is_empty_node in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tarleb committed Nov 27, 2024
1 parent 6512bbe commit 4a329c7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions news/changelog-1.7.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,11 @@ All changes included in 1.7:
## Regression fixes

- ([#11532](https://github.com/quarto-dev/quarto-cli/issues/11532)): Fix regression for [#660](https://github.com/quarto-dev/quarto-cli/issues/660), which causes files to have incorrect permissions when Quarto is installed in a location not writable by the current user.

## Lua Filters and extensions

- ([#11526](https://github.com/quarto-dev/quarto-cli/pull/11526)):
General improvements to the style and robustness of Quarto's Lua code.
This also provides a new public function `quarto.utils.is_empty_node`
that allows to check whether a node is empty, i.e., whether it's an
empty list, has no child nodes, and contains no text.

0 comments on commit 4a329c7

Please sign in to comment.