From 389a3a4130ef7e411e617a3048bddf9a4e36716e Mon Sep 17 00:00:00 2001 From: Tim Schilling Date: Thu, 23 Jan 2025 12:24:05 -0600 Subject: [PATCH] Prep for version 3.8 (#1442) Added a 3.8 section to the changes documentation. --- CHANGES.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 8cc0d51a..ba6ee45b 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,6 +4,9 @@ Changes Unreleased ---------- +3.8.0 (2025-01-23) +------------------ + - Made ``skip_history_when_saving`` work when creating an object - not just when updating an object (gh-1262) - Improved performance of the ``latest_of_each()`` history manager method (gh-1360)