diff options
author | Aurélien Grimpard <aurelien@grimpard.net> | 2023-08-24 22:11:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-24 16:11:23 -0400 |
commit | aeeca2a62ebfb601efa7930acae0897c8d3e43df (patch) | |
tree | ed4401902543aebd0ac8090472fe01d4a68e993f /changelog.d | |
parent | Bump anyhow from 1.0.72 to 1.0.75 (#16141) (diff) | |
download | synapse-aeeca2a62ebfb601efa7930acae0897c8d3e43df.tar.xz |
Add configuration setting for CAS protocol version (#15816)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/15816.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15816.feature b/changelog.d/15816.feature new file mode 100644 index 0000000000..9248dd6792 --- /dev/null +++ b/changelog.d/15816.feature @@ -0,0 +1 @@ +Add configuration setting for CAS protocol version. Contributed by Aurélien Grimpard. |