diff --git a/news/changelog-1.7.md b/news/changelog-1.7.md index 2d11fa630c..dd6f1ccb18 100644 --- a/news/changelog-1.7.md +++ b/news/changelog-1.7.md @@ -6,6 +6,10 @@ All changes included in 1.7: - ([#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. - ([#11580](https://github.com/quarto-dev/quarto-cli/issues/11580)): Fix regression with documents containing `categories` fields that are not strings. +## YAML validation + +- ([#11654](https://github.com/quarto-dev/quarto-cli/issues/11654)): Allow `page-inset` as value in `column` key for code cells. + ## `quarto check` - ([#11608](https://github.com/quarto-dev/quarto-cli/pull/11608)): Do not issue error message when calling `quarto check info`.