summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/7760.bugfix1
-rw-r--r--changelog.d/7765.misc1
-rw-r--r--changelog.d/7768.misc1
-rw-r--r--changelog.d/7769.misc1
-rw-r--r--changelog.d/7770.misc1
5 files changed, 5 insertions, 0 deletions
diff --git a/changelog.d/7760.bugfix b/changelog.d/7760.bugfix
new file mode 100644

index 0000000000..f6081f3d30 --- /dev/null +++ b/changelog.d/7760.bugfix
@@ -0,0 +1 @@ +Fix incorrect error message when database CTYPE was set incorrectly. diff --git a/changelog.d/7765.misc b/changelog.d/7765.misc new file mode 100644
index 0000000000..fa9cfd24cb --- /dev/null +++ b/changelog.d/7765.misc
@@ -0,0 +1 @@ +Send push notifications with a high or low priority depending upon whether they may generate user-observable effects. diff --git a/changelog.d/7768.misc b/changelog.d/7768.misc new file mode 100644
index 0000000000..dfb3d24c7d --- /dev/null +++ b/changelog.d/7768.misc
@@ -0,0 +1 @@ +Use symbolic names for replication stream names. diff --git a/changelog.d/7769.misc b/changelog.d/7769.misc new file mode 100644
index 0000000000..2e200286ce --- /dev/null +++ b/changelog.d/7769.misc
@@ -0,0 +1 @@ +Add early returns to `_check_for_soft_fail`. diff --git a/changelog.d/7770.misc b/changelog.d/7770.misc new file mode 100644
index 0000000000..5b864084be --- /dev/null +++ b/changelog.d/7770.misc
@@ -0,0 +1 @@ +Fix up `synapse.handlers.federation` to pass mypy.