From 0807c4200f6b31c804c476eb546ead3f875a2ecc Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Thu, 18 Jun 2020 16:40:45 -0700 Subject: [PATCH] Release notes for 0.45a1, refs #852 --- docs/changelog.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index e117663f..6f3af8ce 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,14 +4,15 @@ Changelog ========= -.. _v0_45a0: +.. _v0_45a1: -0.45a0 (2020-06-18) +0.45a1 (2020-06-18) ------------------- .. warning:: This is an **alpha** release. See :ref:`contributing_alpha_beta`. - New :ref:`plugin_hook_startup` plugin hook. (`#834 `__) +- New :ref:`plugin_hook_canned_queries` plugin hook. (`#852 `__) - Workaround for "Too many open files" error in test runs. (`#846 `__) - Respect existing ``scope["actor"]`` if already set by ASGI middleware. (`#854 `__) - New process for shipping :ref:`contributing_alpha_beta`. (`#807 `__)