From fe5510f50ab15fdb4eaa43cc65a8f0cf87cae7fe Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Thu, 22 Oct 2020 12:07:07 +0100 Subject: [PATCH] Credit where credit due --- CHANGES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 729ba6f2e..aa9a27700 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -8,8 +8,8 @@ * Old state events will no longer be processed by the sync API as new, which should fix some cases where clients incorrectly believe they have joined or left rooms * Internal HTTP API calls are now made using H2C (HTTP/2) in polylith mode, mitigating some potential head-of-line blocking issues * Roomserver output events no longer incorrectly flag state rewrites -* Notification levels are now parsed correctly in power level events -* Invalid UTF-8 is now correctly rejected when making federation requests +* Notification levels are now parsed correctly in power level events (contributed by [Pestdoktor](https://github.com/Pestdoktor)) +* Invalid UTF-8 is now correctly rejected when making federation requests (contributed by [Pestdoktor](https://github.com/Pestdoktor)) ## Dendrite 0.2.0 (2020-10-20)