summary refs log tree commit diff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-08-27 10:09:32 +0100
committerErik Johnston <erik@matrix.org>2015-08-27 10:09:32 +0100
commit25b32b63aee6cc2feb4ffdd4c247475f63a241dc (patch)
tree2c715f9198f45dda11058156850d533f12b59077 /CHANGES.rst
parentMerge pull request #259 from matrix-org/markjh/unicode_content_disposition (diff)
downloadsynapse-25b32b63aee6cc2feb4ffdd4c247475f63a241dc.tar.xz
Bump changelog and version v0.10.0-rc4
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst13
1 files changed, 10 insertions, 3 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 5f16e44856..22921668e1 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,19 +1,26 @@
+Changes in synapse v0.10.0-rc4 (2015-08-27)
+===========================================
+
+* Allow UTF-8 filenames for upload. (PR #259)
+
 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``.
+  or ``--generate-keys``. (PR #250)
 * Allow ``--config-path`` to specify a directory, causing synapse to use all
-  \*.yaml files in the directory as config files.
+  \*.yaml files in the directory as config files. (PR #249)
 * Add ``web_client_location`` config option to specify static files to be
-  hosted by synapse under ``/_matrix/client``.
+  hosted by synapse under ``/_matrix/client``. (PR #245)
 * 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
 
+  (PR #246)
+
 
 Changes in synapse v0.10.0-rc2 (2015-08-24)
 ===========================================