summary refs log tree commit diff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorNeil Johnson <neil@matrix.org>2018-05-23 12:05:58 +0100
committerNeil Johnson <neil@matrix.org>2018-05-23 12:05:58 +0100
commit9e8ab0a4f44a3ec9e4b049f5571c14e333e8f0fa (patch)
tree0c15c7262f1762a6c2b6d449bea48784ae6db099 /CHANGES.rst
parentbump version and changelog (diff)
downloadsynapse-9e8ab0a4f44a3ec9e4b049f5571c14e333e8f0fa.tar.xz
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/CHANGES.rst b/CHANGES.rst

index ee418abff3..096fa4794a 100644 --- a/CHANGES.rst +++ b/CHANGES.rst
@@ -1,9 +1,9 @@ Changes in synapse v0.30.0-rc1 (2018-05-23) ========================================== -This version includes support for GDPR consent collection. Users signal their -consent through responding to a private message from a bot named -@server:matrix.org For more information see XXXXXX +This version includes support for Privacy Notice agreement collection. More +details live at docs/privacy_policy_templates/README.md + GDPR Support: @@ -16,6 +16,7 @@ GDPR Support: * Fix dependency on jinja2 (PR #3263) Features: + * Cohort analytics (PR #3163, #3241, #3251) * Add lxml to docker image for web previews (PR #3239) Thanks to @ptman! * Add in flight request metrics (PR #3252)