From fca723ab2ab7c162a5e62d85d28d73f73cf40bcb Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sun, 9 Aug 2020 12:30:55 -0700 Subject: [PATCH] Fixed order of master and main in release notes --- docs/changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 `__)