diff options
author | Erik Johnston <erik@matrix.org> | 2015-05-06 13:42:40 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-05-06 13:42:40 +0100 |
commit | 028a570e17d65b8da33e3761b44a705989bc5d7b (patch) | |
tree | 85ce4b6177a92f1d433a071a23fe3977034c6014 | |
parent | Update change log to be more detailed (diff) | |
download | synapse-028a570e17d65b8da33e3761b44a705989bc5d7b.tar.xz |
Linkify docs/postgres.sql
-rw-r--r-- | CHANGES.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 8896284972..4c16af6dda 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,7 +4,7 @@ Changes in synapse v0.9.0 (2015-05-06) General: * Add support for using a PostgreSQL database instead of SQLite. See - ``docs/postgres.rst`` for details. + `docs/postgres.rst`_ for details. * Add password change and reset APIs. * Fix memory leak due to not releasing stale notifiers. * Fix race in caches that occasionally caused some presence updates to be @@ -37,6 +37,7 @@ Application services: * Reliably retry sending of events from Synapse to application services. * Implement API change in how application services register with home servers. +.. _`docs/postgres.rst`: docs/postgres.rst .. _`Retrieving Server Keys`: https://github.com/matrix-org/matrix-doc/blob/6f2698/specification/30_server_server_api.rst#retrieving-server-keys |