mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Bump version and changelog
This commit is contained in:
parent
513e600f63
commit
855645c719
19
CHANGES.rst
19
CHANGES.rst
@ -1,3 +1,22 @@
|
|||||||
|
Changes in synapse v0.18.2-rc2 (2016-10-25)
|
||||||
|
===========================================
|
||||||
|
|
||||||
|
Changes:
|
||||||
|
|
||||||
|
* Clarify Error codes for GET /filter/, thanks to Alexander Maznev (PR #1164)
|
||||||
|
* Make password reset email field case insensitive (PR #1170)
|
||||||
|
* Reduce redundant database work in email pusher (PR #1174)
|
||||||
|
* Allow Configurable Rate Limiting Per AS (PR #1175)
|
||||||
|
* Check whether to ratelimit sooner to avoid work (PR #1176)
|
||||||
|
* Standardise prometheus metrics (PR #1177)
|
||||||
|
|
||||||
|
|
||||||
|
Bug fixes:
|
||||||
|
|
||||||
|
* Fix incredibly slow back pagination query (PR #1178)
|
||||||
|
* Fix infinite typing bug (PR #1179)
|
||||||
|
|
||||||
|
|
||||||
Changes in synapse v0.18.2-rc1 (2016-10-17)
|
Changes in synapse v0.18.2-rc1 (2016-10-17)
|
||||||
===========================================
|
===========================================
|
||||||
|
|
||||||
|
@ -16,4 +16,4 @@
|
|||||||
""" This is a reference implementation of a Matrix home server.
|
""" This is a reference implementation of a Matrix home server.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
__version__ = "0.18.2-rc1"
|
__version__ = "0.18.2-rc2"
|
||||||
|
Loading…
Reference in New Issue
Block a user