diff options
author | Erik Johnston <erik@matrix.org> | 2015-05-08 14:25:18 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-05-08 14:25:18 +0100 |
commit | 52f98f8a5b184e1aae51646c0e549b81299203a6 (patch) | |
tree | 2552f6adfe3546758f481391e11fafea068fa891 /CHANGES.rst | |
parent | Merge branch 'release-v0.9.0' of github.com:matrix-org/synapse (diff) | |
parent | Actually rename all isntances (diff) | |
download | synapse-52f98f8a5b184e1aae51646c0e549b81299203a6.tar.xz |
Merge branch 'hotfixes-v0.9.0-r1' of github.com:matrix-org/synapse v0.9.0-r1
Diffstat (limited to 'CHANGES.rst')
-rw-r--r-- | CHANGES.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index f0bb973dcf..65970a89c7 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -10,6 +10,8 @@ General: * Fix race in caches that occasionally caused some presence updates to be dropped - SYN-369. * Check server name has not changed on restart. +* Add a sample systemd unit file and a logger configuration in + contrib/systemd. Contributed Ivan Shapovalov. Federation: |