summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorJason Little <realtyem@gmail.com>2023-04-14 15:46:04 -0500
committerGitHub <noreply@github.com>2023-04-14 20:46:04 +0000
commitc9326140dc9f8ea849356b5a8397e468636df8d4 (patch)
tree1febfeff4529153d9e2922d75a612e69fe318ef2 /changelog.d
parentMore precise type for LoggingTransaction.execute (#15432) (diff)
downloadsynapse-c9326140dc9f8ea849356b5a8397e468636df8d4.tar.xz
Refactor `SimpleHttpClient` to pull out reusable methods (#15427)
Pulls out some methods to `BaseHttpClient` to eventually be
reused in other contexts.
Diffstat (limited to '')
-rw-r--r--changelog.d/15427.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15427.misc b/changelog.d/15427.misc
new file mode 100644
index 0000000000..ef873e3b2b
--- /dev/null
+++ b/changelog.d/15427.misc
@@ -0,0 +1 @@
+Refactor `SimpleHttpClient` to pull out a base class.