From 10cca7857ada605cbcbd1c6b06f441e8cac8578a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Richard=20H=C3=B6chenberger?= Date: Thu, 1 Aug 2024 12:51:43 +0200 Subject: [PATCH] =?UTF-8?q?allow=20emptyroom=20match=20to=20vary=20by=20se?= =?UTF-8?q?ssion=20(#976)=20###=20Before=20merging=20=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - [x] Changelog has been updated (`docs/source/changes.md`) --- docs/mkdocs.yml | 1 + docs/source/v1.10.md.inc | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index b9627f5ff..29bce8604 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -134,6 +134,7 @@ nav: plugins: - search - macros + - privacy # https://squidfunk.github.io/mkdocs-material/plugins/privacy/ - tags: tags_file: tags.md - include-markdown diff --git a/docs/source/v1.10.md.inc b/docs/source/v1.10.md.inc index ac6fd1c8f..bce8d65f2 100644 --- a/docs/source/v1.10.md.inc +++ b/docs/source/v1.10.md.inc @@ -24,7 +24,7 @@ ### :books: Documentation - Choose the theme (dark of light) automatically based on the user's operating system setting (#979 by @hoechenberger) - +- Bundle all previously-external JavaScript with out documentation to better preserve users' privacy (#xxx by @hoechenberger) ### :medical_symbol: Code health - Switch from using relative to using absolute imports (#969 by @hoechenberger)