Credit where credit due

This commit is contained in:
Neil Alexander 2020-10-22 12:07:07 +01:00
parent 4b1e7b4a89
commit fe5510f50a
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

@ -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 * 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 * 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 * Roomserver output events no longer incorrectly flag state rewrites
* Notification levels are now parsed correctly in power level events * 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 * 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) ## Dendrite 0.2.0 (2020-10-20)