diff --git a/docs/changelog.rst b/docs/changelog.rst index 1ae9df2b..343e2edc 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -14,7 +14,7 @@ Changelog - **Security fix:** CSRF tokens were incorrectly included in read-only canned query forms, which could allow them to be leaked to a sophisticated attacker. See `issue 918 `__ for details. - Datasette now supports GraphQL via the new `datasette-graphql `__ plugin - see `GraphQL in Datasette with the new datasette-graphql plugin `__. -- Principle git branch has been renamed from ``main`` to ``master``. (`#849 `__) +- Principle git branch has been renamed from ``master`` to ``main``. (`#849 `__) - New debugging tool: ``/-/allow-debug tool`` (`demo here `__) helps test allow blocks against actors, as described in :ref:`authentication_permissions_allow`. (`#908 `__) - New logo for the documentation, and a new project tagline: "An open source multi-tool for exploring and publishing data". - Whitespace in column values is now respected on display, using ``white-space: pre-wrap``. (`#896 `__)