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 `__)