mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Added register_magic_plugins hook to changelog, refs #842
This commit is contained in:
parent
1f55a4a2b6
commit
b28657672f
1 changed files with 3 additions and 1 deletions
|
|
@ -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>`__)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue