CHANGELOG fixes

This commit is contained in:
Matthew Wild 2020-05-13 14:38:50 +01:00
parent 266fcdf08e
commit ef86fa5b1f
1 changed files with 5 additions and 4 deletions

View File

@ -1,13 +1,14 @@
# Snikket Server changelog # Snikket Server changelog
## Alpha.20200513 ## alpha.20200513
- Add STUN/TURN service to facilitate audio/video calls (see note below) - Add STUN/TURN service to facilitate audio/video calls (see note below)
- Restrict 'General Chat' to local users only
- Fix hanging on `docker stop` - Fix hanging on `docker stop`
If you are upgrading from a previous version, this version requires some changes. If you are upgrading from a previous version, this version requires some changes
Please see the [upgrade notes](https://gist.github.com/mwild1/aa2af95b520bd44283d9062e7846a874)! in how you run Snikket. Please see the [upgrade notes](https://gist.github.com/mwild1/aa2af95b520bd44283d9062e7846a874)!
## Alpha.0 ## alpha.0
- Initial release! - Initial release!