From 83ca118d2d1873f7ce745172926075c2eb3ae48c Mon Sep 17 00:00:00 2001 From: Till Faelligen <2353100+S7evinK@users.noreply.github.com> Date: Mon, 13 Mar 2023 19:22:57 +0100 Subject: [PATCH] Update changelog --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index c0fe7e249..8052efd8a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -11,6 +11,7 @@ - The Helm chart now has the ability to deploy a Grafana chart as well (contributed by [genofire](https://github.com/genofire)) - Support for listening on unix sockets has been added (contributed by [cyberb](https://github.com/cyberb)) - The internal NATS server was updated to v2.9.15 +- Initial support for `runtime/trace` has been added, to further track down long-running tasks ### Fixes @@ -18,7 +19,6 @@ - An issue where device keys could be removed if a device ID is reused has been fixed - A possible DoS issue related to relations has been fixed (reported by [sleroq](https://github.com/sleroq)) - When backfilling events, errors are now ignored if we still could fetch events -- `m.room.server_acl` events are now correctly handled when joining federated rooms (reported by [sleroq](https://github.com/sleroq)) ### Other