summary refs log tree commit diff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-08-25 17:49:58 +0100
committerErik Johnston <erik@matrix.org>2015-08-25 17:49:58 +0100
commit90fde4b8d7f2f74822df1008dadb4c31c2cde56c (patch)
treed2b2b0220851cac770e83587675fcfab46663273 /CHANGES.rst
parentMerge pull request #250 from matrix-org/erikj/generated_directory (diff)
downloadsynapse-90fde4b8d7f2f74822df1008dadb4c31c2cde56c.tar.xz
Bump changelog and version v0.10.0-rc3
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst17
1 files changed, 17 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index f4946c6df3..5f16e44856 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,3 +1,20 @@
+Changes in synapse v0.10.0-rc3 (2015-08-25)
+===========================================
+
+* Add ``--keys-directory`` config option to specify where files such as
+  certs and signing keys should be stored in, when using ``--generate-config``
+  or ``--generate-keys``.
+* Allow ``--config-path`` to specify a directory, causing synapse to use all
+  \*.yaml files in the directory as config files.
+* Add ``web_client_location`` config option to specify static files to be
+  hosted by synapse under ``/_matrix/client``.
+* Add helper utility to synapse to read and parse the config files and extract
+  the value of a given key. For example::
+
+    $ python -m synapse.config read server_name -c homeserver.yaml
+    localhost
+
+
 Changes in synapse v0.10.0-rc2 (2015-08-24)
 ===========================================