Added register_magic_plugins hook to changelog, refs #842

pull/868/head
Simon Willison 2020-06-27 20:29:24 -07:00
rodzic 1f55a4a2b6
commit b28657672f
1 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -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 <https://github.com/simonw/datasette/issues/842>`__)
This inserts the currently authenticated actor ID and the current datetime. (`#842 <https://github.com/simonw/datasette/issues/842>`__)
- New :ref:`plugin_hook_register_magic_parameters` plugin hook.
- New :ref:`plugin_hook_startup` plugin hook. (`#834 <https://github.com/simonw/datasette/issues/834>`__)
- New :ref:`plugin_hook_canned_queries` plugin hook. See `datasette-saved-queries <https://github.com/simonw/datasette-saved-queries>`__ for an example of this hook in action. (`#852 <https://github.com/simonw/datasette/issues/852>`__)
- Workaround for "Too many open files" error in test runs. (`#846 <https://github.com/simonw/datasette/issues/846>`__)