From a179525c7b550d694c5afcb6210d6ae53a39fe8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Canouil?= <8896044+mcanouil@users.noreply.github.com> Date: Mon, 7 Sep 2026 00:20:43 +0200 Subject: [PATCH] docs: polish the pending changelog entries --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e0248c..d31dfe7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,11 @@ ### New Features -- feat: Check the document configuration against the extension schema and report what it does not accept. +- feat: Check the document configuration against the extension schema and report what it does not accept. (#54) ### Refactoring -- build: Declare the vendored Lua modules in `_extensions/code-window/_dependencies.yml` and move them to `_extensions/code-window/_vendor/`, so each one names the release it came from and can be checked against it. +- build: Declare the vendored Lua modules in `_extensions/code-window/_dependencies.yml` and move them to `_extensions/code-window/_vendor/`. Each module names the release it came from, so it can be checked against that release. (#53) ## 1.4.0 (2026-09-01)