From b28657672f1023d32c4afbecd0e7232ab417bc88 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sat, 27 Jun 2020 20:29:24 -0700 Subject: [PATCH] Added register_magic_plugins hook to changelog, refs #842 --- docs/changelog.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index d9f48ecf..db51423e 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -17,7 +17,9 @@ Changelog (user_id, timestamp) values (:_actor_id, :_timestamp_datetime_utc) - This inserts the currently authenticated actor ID and the current datetime. (`#842 `__) + + This inserts the currently authenticated actor ID and the current datetime. (`#842 `__) +- New :ref:`plugin_hook_register_magic_parameters` plugin hook. - New :ref:`plugin_hook_startup` plugin hook. (`#834 `__) - New :ref:`plugin_hook_canned_queries` plugin hook. See `datasette-saved-queries `__ for an example of this hook in action. (`#852 `__) - Workaround for "Too many open files" error in test runs. (`#846 `__)