From 1f45aedf253692e6fc628bc4ff8b4b5d5e787ea1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Star=C3=BD=20Novotn=C3=BD?= Date: Mon, 5 Aug 2024 16:06:08 +0200 Subject: [PATCH] Update `CHANGES.md` --- CHANGES.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 157ee6ea..d9774b97 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,8 +4,13 @@ Development: -- Support programmatic text in YAML metadata values. +- Add renderer `jekyllDataProgrammaticString` for processing YAML + string scalars that do not contain markdown markup and are not + intended for typesetting. (istqborg/istqb_product_base#46, #440, #451, sponsored by @istqborg) +- Add option `ensureJekyllData` for processing standalone YAML files. +- Add renderers `warning` and `error` that represent warnings and errors + produced by the markdown parser. (#452, #473) Fixes: @@ -15,6 +20,7 @@ Fixes: Deprecation: - Deprecate `jekyllDataString` renderer and renderer prototype. + Users should use `jekyllDataTypographicString` instead. (istqborg/istqb_product_base#46, #440, #451, sponsored by @istqborg) ## 3.6.2 (2024-07-14)