From 8e569b8d2963697f4f668f8998abc8d935386400 Mon Sep 17 00:00:00 2001 From: strawberry Date: Thu, 11 Jan 2024 21:13:10 -0500 Subject: [PATCH] we also support webp images Signed-off-by: strawberry --- DIFFERENCES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/DIFFERENCES.md b/DIFFERENCES.md index ca15d0ce..434bff9a 100644 --- a/DIFFERENCES.md +++ b/DIFFERENCES.md @@ -45,3 +45,4 @@ - Allow HEAD HTTP requests in CORS for clients (despite not being explicity mentioned in Matrix spec, HTTP spec says all HEAD requests need to behave the same as GET requests, Synapse supports HEAD requests) - Bump MSRV to 1.74.1 - Purge unmaintained/irrelevant/broken database backends (heed, sled, persy) +- webp support for images