From 3e372d12601701b037fbd3760db8aec72ad1ffa4 Mon Sep 17 00:00:00 2001 From: Tim Schilling Date: Thu, 23 Jan 2025 06:53:22 -0600 Subject: [PATCH] Prep for version 3.8 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 a03ffd47..5522f5c2 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)