aboutsummaryrefslogtreecommitdiff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorNeil Alexander <neilalexander@users.noreply.github.com>2020-12-02 17:46:28 +0000
committerNeil Alexander <neilalexander@users.noreply.github.com>2020-12-02 17:46:28 +0000
commit1f3a498601cb70421ee133e336ecb5bfe8affd4b (patch)
treee867bdea954a3a4c3eaed8af4a641353ab44b93d /CHANGES.md
parentb5aa7ca3ab1c91397700637c91d60860a0535f1e (diff)
Version 0.3.2v0.3.2
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index effa5fdd..f463f29f 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,5 +1,17 @@
# Changelog
+## Dendrite 0.3.2 (2020-12-02)
+
+### Features
+
+* Federation can now be disabled with the `global.disable_federation` configuration option
+
+### Fixes
+
+* The `"since"` parameter is now checked more thoroughly in the sync API, which led to a bug that could cause forgotten rooms to reappear (contributed by [kaniini](https://github.com/kaniini))
+* The polylith now proxies signing key requests through the federation sender correctly
+* The code for checking if remote servers are allowed to see events now no longer wastes CPU time retrieving irrelevant state events
+
## Dendrite 0.3.1 (2020-11-20)
### Features