0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-09 06:08:56 +02:00

0.34.0rc2

This commit is contained in:
Richard van der Hoff 2018-12-11 15:35:47 +00:00
parent 03116da984
commit eb835bf65b
5 changed files with 17 additions and 4 deletions

View file

@ -1,3 +1,19 @@
Synapse 0.34.0rc2 (2018-12-11)
==============================
Features
--------
- Add a welcome page for the client API port. Credit to @krombel! ([\#4289](https://github.com/matrix-org/synapse/issues/4289))
- Remove Matrix console from the default distribution ([\#4290](https://github.com/matrix-org/synapse/issues/4290))
Internal Changes
----------------
- Disable pager when running git-show in CI ([\#4291](https://github.com/matrix-org/synapse/issues/4291))
Synapse 0.34.0rc1 (2018-12-04) Synapse 0.34.0rc1 (2018-12-04)
============================== ==============================

View file

@ -1 +0,0 @@
Add a welcome page for the client API port. Credit to @krombel!

View file

@ -1 +0,0 @@
Remove Matrix console from the default distribution

View file

@ -1 +0,0 @@
Disable pager when running git-show in CI

View file

@ -27,4 +27,4 @@ try:
except ImportError: except ImportError:
pass pass
__version__ = "0.34.0rc1" __version__ = "0.34.0rc2"