Update changelog for #12587 to be more accurate (#12663)

#12587 has fallen on the wrong side of the release cutoff to the rest of
the related PRs.

Signed-off-by: Sean Quah <seanq@element.io>
This commit is contained in:
Sean Quah
2022-05-09 11:34:39 +01:00
committed by GitHub
parent fa0eab9c8e
commit 41a882e62d
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1 +1 @@
Add `@cancellable` decorator, for use on endpoint methods that can be cancelled when clients disconnect.
Log status code of cancelled requests as 499 and avoid logging stack traces for them.
+1
View File
@@ -0,0 +1 @@
Log status code of cancelled requests as 499 and avoid logging stack traces for them.