Skip to content

Commit

Permalink
Prepare for 3.5.0 release (#1290)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
tim-schilling and ddabble authored Feb 19, 2024
1 parent 98b5225 commit ac44d22
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ 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)
- Fixed ``HistoryRequestMiddleware`` deleting non-existent
``HistoricalRecords.context.request`` in very specific circumstances (gh-1256)
Expand Down Expand Up @@ -38,8 +44,6 @@ Unreleased
``HistoricalRecords.context.request``) under some circumstances (gh-1188)
- Made ``HistoryRequestMiddleware`` async-capable (gh-1209)
- Fixed error when setting ``table_name`` with ``inherit=True`` (gh-1195)
- Fixed ``FieldError`` when creating historical records for many-to-many fields with
``to="self"`` (gh-1218)

3.3.0 (2023-03-08)
------------------
Expand Down

0 comments on commit ac44d22

Please sign in to comment.