Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 0644f0e

Browse files
committed
Bump version and change log
1 parent da3dd48 commit 0644f0e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGES.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
Changes in synapse v0.11.0-rc2 (2015-11-13)
2+
===========================================
3+
4+
* Various changes to /sync API response format (PR #373)
5+
* Fix regression when setting display name in newly joined room over
6+
federation (PR #368)
7+
* Fix problem where /search was slow when using SQLite (PR #366)
8+
19
Changes in synapse v0.11.0-rc1 (2015-11-11)
210
===========================================
311

synapse/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
""" This is a reference implementation of a Matrix home server.
1717
"""
1818

19-
__version__ = "0.11.0-rc1"
19+
__version__ = "0.11.0-rc2"

0 commit comments

Comments
 (0)