summary refs log tree commit diff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2021-03-16 14:46:40 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2021-03-16 14:46:40 +0000
commit45ef73fd4fa8a2218eefe35cd1b292c70c3d74e6 (patch)
treeb543399fdfb212b86552396d1292b96f872c1be5 /CHANGES.md
parentChangelog typo (diff)
downloadsynapse-45ef73fd4fa8a2218eefe35cd1b292c70c3d74e6.tar.xz
Fix jemalloc changelog entry wording
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index d3e8fbae34..ee67a726f7 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -34,7 +34,7 @@ Bugfixes
 Updates to the Docker image
 ---------------------------
 
-- Use jemalloc if available in docker. ([\#8553](https://github.com/matrix-org/synapse/issues/8553))
+- Make use of an improved malloc implementation (`jemalloc`) in the docker image. ([\#8553](https://github.com/matrix-org/synapse/issues/8553))
 
 
 Improved Documentation