Skip to content

Commit ac44d22

Browse files
Prepare for 3.5.0 release (#1290)
* Fixed changelog entry placed in wrong section The 3.4.0 version was already set when the entry was added; see 78bcd0e#diff-ff3c479edefad986d2fe6fe7ead575a46b086e3bbcf0ccc86d85efc4a4c63c79R8 * Prepare for release 3.5.0 --------- Co-authored-by: Anders <6058745+ddabble@users.noreply.github.com>
1 parent 98b5225 commit ac44d22

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

CHANGES.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Changes
44
Unreleased
55
----------
66

7+
8+
3.5.0 (2024-02-19)
9+
------------------
10+
11+
- Fixed ``FieldError`` when creating historical records for many-to-many fields with
12+
``to="self"`` (gh-1218)
713
- Allow ``HistoricalRecords.m2m_fields`` as str (gh-1243)
814
- Fixed ``HistoryRequestMiddleware`` deleting non-existent
915
``HistoricalRecords.context.request`` in very specific circumstances (gh-1256)
@@ -38,8 +44,6 @@ Unreleased
3844
``HistoricalRecords.context.request``) under some circumstances (gh-1188)
3945
- Made ``HistoryRequestMiddleware`` async-capable (gh-1209)
4046
- Fixed error when setting ``table_name`` with ``inherit=True`` (gh-1195)
41-
- Fixed ``FieldError`` when creating historical records for many-to-many fields with
42-
``to="self"`` (gh-1218)
4347

4448
3.3.0 (2023-03-08)
4549
------------------

0 commit comments

Comments
 (0)