From edbe942e15b0a4ab35e7039ceafbfc0e874e429a Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Tue, 6 Feb 2024 22:12:50 -0800 Subject: [PATCH] Changelog for #2247 --- docs/changelog.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index e72f798c0b..3e63af06e2 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -42,6 +42,8 @@ Configuration - The new ``/-/config`` page shows the current instance configuration, after redacting keys that could contain sensitive data such as API keys or passwords. (:issue:`2254`) +- Existing Datasette installations may already have configuration set in ``metadata.yaml`` that should be migrated to ``datasette.yaml``. To avoid breaking these installations, Datasette will silently treat table and plugin configuration in metadata as if it had been specified in configuration. (:issue:`2247`) + JavaScript plugins ~~~~~~~~~~~~~~~~~~