From 590c6839f54ff49b1e7e30f9c1e57767ffeab019 Mon Sep 17 00:00:00 2001 From: Hugo Osvaldo Barrera Date: Mon, 18 Apr 2022 20:00:11 +0200 Subject: [PATCH] Add missing changelog entry for 0.15.0 See #309 --- CHANGELOG.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a02d9a8ab..a4baf174a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -51,6 +51,12 @@ v0.15.0 - ``suds-jurko`` has been replaced with `suds-community`, since the former no longer installs with recent ``setuptools``. +**Errata** + +This version changed how the ``status_changed`` works. It now only updates the +affected columns. Code that relied on the implicit save within this function +will likely break. See #309 for discussion on this. + v0.14.0 -------