1 files changed, 9 insertions, 1 deletions
diff --git a/UPGRADE.rst b/UPGRADE.rst
index 4f08cbb96a..9f044719a0 100644
--- a/UPGRADE.rst
+++ b/UPGRADE.rst
@@ -27,7 +27,15 @@ running:
# Pull the latest version of the master branch.
git pull
# Update the versions of synapse's python dependencies.
- python synapse/python_dependencies.py | xargs -n1 pip install
+ python synapse/python_dependencies.py | xargs -n1 pip install --upgrade
+
+
+Upgrading to v0.15.0
+====================
+
+If you want to use the new URL previewing API (/_matrix/media/r0/preview_url)
+then you have to explicitly enable it in the config and update your dependencies
+dependencies. See README.rst for details.
Upgrading to v0.11.0
|