summary refs log tree commit diff
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2024-03-26 13:45:57 +0000
committerErik Johnston <erik@matrix.org>2024-03-26 13:45:57 +0000
commit59ceabcb9798793cd4312fdbcced4e612aeda84d (patch)
tree950ce5d4a7f4d40f6625f8984b3df7228ff20d48
parentFixup changelog (diff)
downloadsynapse-59ceabcb9798793cd4312fdbcced4e612aeda84d.tar.xz
Fixup changelog v1.104.0rc1
-rw-r--r--CHANGES.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 0bbacd393e..fa9af218a6 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -14,7 +14,7 @@
 
 ### Updates to the Docker image
 
-- Updated start.py to generate config using the correct user ID when running as root (fixes #16824, #15202). ([\#16978](https://github.com/element-hq/synapse/issues/16978))
+- Updated `start.py` to generate config using the correct user ID when running as root (fixes [\#16824](https://github.com/element-hq/synapse/issues/16824), [\#15202](https://github.com/element-hq/synapse/issues/15202)). ([\#16978](https://github.com/element-hq/synapse/issues/16978))
 
 ### Improved Documentation
 
@@ -26,8 +26,8 @@
 ### Internal Changes
 
 - Improve lock performance when a lot of locks are all waiting for a single lock to be released. ([\#16840](https://github.com/element-hq/synapse/issues/16840))
-- Update power level default for public rooms (#16907). ([\#16907](https://github.com/element-hq/synapse/issues/16907))
-- Improve event validation (#16908). ([\#16908](https://github.com/element-hq/synapse/issues/16908))
+- Update power level default for public rooms. ([\#16907](https://github.com/element-hq/synapse/issues/16907))
+- Improve event validation. ([\#16908](https://github.com/element-hq/synapse/issues/16908))
 - Multi-worker-docker-container: disable log buffering. ([\#16919](https://github.com/element-hq/synapse/issues/16919))
 - Refactor state delta calculation in `/sync` handler. ([\#16929](https://github.com/element-hq/synapse/issues/16929))
 - Clarify docs for some room state functions. ([\#16950](https://github.com/element-hq/synapse/issues/16950))