diff options
author | Jan Christian Grünhage <jan.christian@gruenhage.xyz> | 2023-09-19 13:24:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-19 07:24:47 -0400 |
commit | 3d60b07cdeb2f91a3d41b6f1190967c1c84bd325 (patch) | |
tree | dd61866c9b657b5d85a3663cd24084c4fefcd183 /changelog.d | |
parent | Bump serde_json from 1.0.106 to 1.0.107 (#16345) (diff) | |
download | synapse-3d60b07cdeb2f91a3d41b6f1190967c1c84bd325.tar.xz |
Use string for federation_client_minimum_tls_version documentation examples (#16353)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/16353.doc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16353.doc b/changelog.d/16353.doc new file mode 100644 index 0000000000..80af22ed53 --- /dev/null +++ b/changelog.d/16353.doc @@ -0,0 +1 @@ +Use string for federation_client_minimum_tls_version documentation examples. Contributed by @jcgruenhage. |