From 7a1107cdb2709100f112b2ebab17ff3bd3ec5c7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleksi=20H=C3=A4kli?= Date: Mon, 3 May 2021 17:21:25 +0300 Subject: [PATCH] Version 5.15.0 --- CHANGES.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index ddcd3c2..0a7a223 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,6 +3,14 @@ Changes ======= +5.15.0 (2021-05-03) +------------------- + +- Add option to cleanse sensitive GET and POST params in database handler + with the ``AXES_SENSITIVE_PARAMETERS`` setting. + [mcoconnor] + + 5.14.0 (2021-04-06) -------------------