From bd150952fc1e89a1e68fd9efc821ea90e61896d6 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 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 29b20353..30c9432b 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,6 +4,10 @@ Changes Unreleased ---------- + +3.5.0 (2024-02-19) +------------------ + - Fixed ``FieldError`` when creating historical records for many-to-many fields with ``to="self"`` (gh-1218) - Allow ``HistoricalRecords.m2m_fields`` as str (gh-1243)