Browse Source

Merge branch 'release-0.25' into develop

pull/272/head
Simon Eisenmann 9 years ago
parent
commit
3a479d6d4b
  1. 18
      CHANGELOG.md

18
CHANGELOG.md

@ -1,3 +1,21 @@ @@ -1,3 +1,21 @@
## 0.25.3
* Updated change log.
## 0.25.2
* Support promise based play as defined in Chrome 50 - see https://developers.google.com/web/updates/2016/03/play-returns-promise
* Always disable web worker for PDF.js and no longer rely on PDF.js catching the execption when the worker cannot be started, fixing Firefox 45+.
* Moved NATS connecting helpers to own submodule.
* Added outbound ringer timeout (35s).
* Fixed make target name.
* Refactored structure of Go source code to module and binary.
* Reconnect NATS forever and log NATS connection events.
* Implemented service discovery .well-known endpoint at /.well-known/spreed-configuration
* Removed obsolete file.
## 0.25.1
* Use new changelog to retrieve VERSION.

Loading…
Cancel
Save