summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorSean Quah <8349537+squahtx@users.noreply.github.com>2022-03-29 12:31:05 +0100
committerGitHub <noreply@github.com>2022-03-29 12:31:05 +0100
commit8a519f8abc6de772167c2cca101d22ee2052fafc (patch)
tree391d4e74e74439db8ab2911f91c7a25af43bd8a7 /changelog.d
parentBump `black` and `click` versions (#12320) (diff)
downloadsynapse-8a519f8abc6de772167c2cca101d22ee2052fafc.tar.xz
Update `LoggingTransaction.call_after` and `call_on_exception` docstrings (#12315)
Document the behaviour of `LoggingTransaction.call_after` and
`LoggingTransaction.call_on_exception` when transactions are retried.

Signed-off-by: Sean Quah <seanq@element.io>
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/12315.doc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12315.doc b/changelog.d/12315.doc
new file mode 100644
index 0000000000..ed72f55cba
--- /dev/null
+++ b/changelog.d/12315.doc
@@ -0,0 +1 @@
+Document the behaviour of `LoggingTransaction.call_after` and `LoggingTransaction.call_on_exception` methods when transactions are retried.