diff options
author | Sean Quah <8349537+squahtx@users.noreply.github.com> | 2022-03-29 12:31:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-29 12:31:05 +0100 |
commit | 8a519f8abc6de772167c2cca101d22ee2052fafc (patch) | |
tree | 391d4e74e74439db8ab2911f91c7a25af43bd8a7 /changelog.d | |
parent | Bump `black` and `click` versions (#12320) (diff) | |
download | synapse-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.doc | 1 |
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. |