From bce2da7b6d5edf6f09a7703dc2523e6b251c3546 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Thu, 11 Jul 2019 09:27:28 -0700 Subject: [PATCH] Updated release notes --- docs/changelog.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index ad2a577a..01f0230b 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -10,6 +10,7 @@ Changelog ------------------- - Fixed bug with static mounts using relative paths which could lead to traversal exploits (`#555 `__) - thanks Abdussamet Kocak! +- Datasette can now be run as a module: ``python -m datasette`` (`#556 `__) - thanks, Abdussamet Kocak! .. _v0_29: