summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/build/changelog/unreleased_12/4489.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/build/changelog/unreleased_12/4489.rst b/doc/build/changelog/unreleased_12/4489.rst
new file mode 100644
index 000000000..6f50c4bdb
--- /dev/null
+++ b/doc/build/changelog/unreleased_12/4489.rst
@@ -0,0 +1,9 @@
+.. change::
+ :tags: bug, orm
+ :tickets: 4489
+
+ Fixed fairly simple but critical issue where the
+ :meth:`.SessionEvents.pending_to_persistent` event would be invoked for
+ objects not just when they move from pending to persistent, but when they
+ were also already persistent and just being updated, thus causing the event
+ to be invoked for all objects on every update.