aboutsummaryrefslogtreecommitdiff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorNeil Alexander <neilalexander@users.noreply.github.com>2020-11-16 11:25:24 +0000
committerNeil Alexander <neilalexander@users.noreply.github.com>2020-11-16 11:25:24 +0000
commitbfa9df4a5a731e61de35375d4b23f99b8211ecbb (patch)
treeb3b00579c120d15038657d88f347159fa5318efe /CHANGES.md
parent3856e547def160bdbb3a0d674cb04141f3471763 (diff)
Acknowledgements in changelog
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 5ff295c0..cb4d17fd 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -4,17 +4,17 @@
### Features
-* Read receipts (both inbound and outbound) are now supported
-* Forgetting rooms is now supported
-* The `-version` command line flag has been added
+* Read receipts (both inbound and outbound) are now supported (contributed by [S7evinK](https://github.com/S7evinK))
+* Forgetting rooms is now supported (contributed by [S7evinK](https://github.com/S7evinK))
+* The `-version` command line flag has been added (contributed by [S7evinK](https://github.com/S7evinK))
### Fixes
* User accounts that contain the `=` character can now be registered
-* Backfilling should now work properly on rooms with world-readable history visibility
+* Backfilling should now work properly on rooms with world-readable history visibility (contributed by [MayeulC](https://github.com/MayeulC))
* The `gjson` dependency has been updated for correct JSON integer ranges
-* Some more client event fields have been marked as omit-when-empty
-* The `build.sh` script has been updated to work properly on all POSIX platforms
+* Some more client event fields have been marked as omit-when-empty (contributed by [S7evinK](https://github.com/S7evinK))
+* The `build.sh` script has been updated to work properly on all POSIX platforms (contributed by [felix](https://github.com/felix))
## Dendrite 0.2.1 (2020-10-22)