Ver código fonte

0.34.0rc2

tags/v0.34.0rc2^0
Richard van der Hoff 5 anos atrás
pai
commit
eb835bf65b
5 arquivos alterados com 17 adições e 4 exclusões
  1. +16
    -0
      CHANGES.md
  2. +0
    -1
      changelog.d/4289.feature
  3. +0
    -1
      changelog.d/4290.feature
  4. +0
    -1
      changelog.d/4291.misc
  5. +1
    -1
      synapse/__init__.py

+ 16
- 0
CHANGES.md Ver arquivo

@@ -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)
==============================



+ 0
- 1
changelog.d/4289.feature Ver arquivo

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

+ 0
- 1
changelog.d/4290.feature Ver arquivo

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

+ 0
- 1
changelog.d/4291.misc Ver arquivo

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

+ 1
- 1
synapse/__init__.py Ver arquivo

@@ -27,4 +27,4 @@ try:
except ImportError:
pass

__version__ = "0.34.0rc1"
__version__ = "0.34.0rc2"

Carregando…
Cancelar
Salvar