From d456b250326822b35169bbd52be5c143b6599fdc Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Tue, 15 Sep 2020 13:20:15 -0700 Subject: [PATCH] Release 0.49.1 Refs #967, #966, #956 --- docs/changelog.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 3cd028e7..a9fdd10c 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,13 @@ Changelog ========= +.. _v0_49_1: + +0.49.1 (2020-09-15) +------------------- + +- Fixed a bug with writable canned queries that use magic parameters but accept no non-magic arguments. (`#967 `__) + .. _v0_49: 0.49 (2020-09-14)