From 1121f952069798784cf9c54d09cd2efb60f757f6 Mon Sep 17 00:00:00 2001 From: Tim Schilling Date: Fri, 22 Dec 2023 11:42:54 -0600 Subject: [PATCH] Prepare for release 3.5.0 --- CHANGES.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 799e7517..ea9108bd 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,6 +4,9 @@ Changes Unreleased ---------- +3.5.0 (2023-12-22) +------------------ + - Allow ``HistoricalRecords.m2m_fields`` as str (gh-1243) - Fixed ``HistoryRequestMiddleware`` deleting non-existent ``HistoricalRecords.context.request`` in very specific circumstances (gh-1256)