aboutsummaryrefslogtreecommitdiff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorNeil Alexander <neilalexander@users.noreply.github.com>2020-11-16 11:13:05 +0000
committerNeil Alexander <neilalexander@users.noreply.github.com>2020-11-16 11:13:05 +0000
commit3856e547def160bdbb3a0d674cb04141f3471763 (patch)
treead3bc687fd0b523f90d9631dc9850727d0387623 /CHANGES.md
parent3034d8e805bbb3755f32359e2b8c8c6276c569e7 (diff)
Version 0.3.0v0.3.0
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 095ab9c5..5ff295c0 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,5 +1,21 @@
# Changelog
+## Dendrite 0.3.0 (2020-11-16)
+
+### Features
+
+* Read receipts (both inbound and outbound) are now supported
+* Forgetting rooms is now supported
+* The `-version` command line flag has been added
+
+### Fixes
+
+* User accounts that contain the `=` character can now be registered
+* Backfilling should now work properly on rooms with world-readable history visibility
+* 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
+
## Dendrite 0.2.1 (2020-10-22)
### Fixes