diff options
author | David Robertson <davidr@element.io> | 2022-04-14 10:47:42 +0100 |
---|---|---|
committer | David Robertson <davidr@element.io> | 2022-04-14 10:47:42 +0100 |
commit | 443b94f0d53c3997c211e50e0e81c36f8138b87e (patch) | |
tree | 68e39aa0a387af3a5bddb62cae681998a752e732 /changelog.d | |
parent | We don't need README to export (diff) | |
parent | Dockerfile-workers: give the master its own log config (#12466) (diff) | |
download | synapse-443b94f0d53c3997c211e50e0e81c36f8138b87e.tar.xz |
Merge remote-tracking branch 'origin/develop' into dmr/pyproject-poetry
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/12213.bugfix | 1 | ||||
-rw-r--r-- | changelog.d/12319.bugfix | 1 | ||||
-rw-r--r-- | changelog.d/12340.doc | 1 | ||||
-rw-r--r-- | changelog.d/12425.misc | 1 | ||||
-rw-r--r-- | changelog.d/12441.misc | 1 | ||||
-rw-r--r-- | changelog.d/12445.misc | 1 | ||||
-rw-r--r-- | changelog.d/12454.misc | 1 | ||||
-rw-r--r-- | changelog.d/12466.misc | 1 |
8 files changed, 8 insertions, 0 deletions
diff --git a/changelog.d/12213.bugfix b/changelog.d/12213.bugfix new file mode 100644 index 0000000000..9278e3a9c1 --- /dev/null +++ b/changelog.d/12213.bugfix @@ -0,0 +1 @@ +Prevent a sync request from removing a user's busy presence status. diff --git a/changelog.d/12319.bugfix b/changelog.d/12319.bugfix new file mode 100644 index 0000000000..a50191feaa --- /dev/null +++ b/changelog.d/12319.bugfix @@ -0,0 +1 @@ +Fix bug with incremental sync missing events when rejoining/backfilling. Contributed by Nick @ Beeper. diff --git a/changelog.d/12340.doc b/changelog.d/12340.doc new file mode 100644 index 0000000000..8354f2259e --- /dev/null +++ b/changelog.d/12340.doc @@ -0,0 +1 @@ +Fix rendering of the documentation site when using the 'print' feature. diff --git a/changelog.d/12425.misc b/changelog.d/12425.misc new file mode 100644 index 0000000000..3b076be0bd --- /dev/null +++ b/changelog.d/12425.misc @@ -0,0 +1 @@ +Run twisted trunk CI job in the locked poetry environment. diff --git a/changelog.d/12441.misc b/changelog.d/12441.misc new file mode 100644 index 0000000000..c2619f1654 --- /dev/null +++ b/changelog.d/12441.misc @@ -0,0 +1 @@ +Bump twisted version in `poetry.lock` to work around [pip bug #9644](https://github.com/pypa/pip/issues/9644). diff --git a/changelog.d/12445.misc b/changelog.d/12445.misc new file mode 100644 index 0000000000..954248115a --- /dev/null +++ b/changelog.d/12445.misc @@ -0,0 +1 @@ +Change Mutual Rooms' `unstable_features` flag to `uk.half-shot.msc2666.mutual_rooms` which matches the current MSC iteration. \ No newline at end of file diff --git a/changelog.d/12454.misc b/changelog.d/12454.misc new file mode 100644 index 0000000000..cb7ff74b4c --- /dev/null +++ b/changelog.d/12454.misc @@ -0,0 +1 @@ +Limit length of device_id to less than 512 characters. diff --git a/changelog.d/12466.misc b/changelog.d/12466.misc new file mode 100644 index 0000000000..b0c2c950fe --- /dev/null +++ b/changelog.d/12466.misc @@ -0,0 +1 @@ +Dockerfile-workers: give the master its own log config. |