5
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2024-11-09 23:20:28 +00:00

Update CHANGELOG.md

This commit is contained in:
Neil Alexander 2018-12-09 17:48:35 +00:00
parent 80d087404f
commit 5ed197b3ca
No known key found for this signature in database
GPG Key ID: A02A2019A2BB0944

View File

@ -34,6 +34,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Add Docker support
- Add `-json` command line flag for generating and normalising configuration in plain JSON
- Build name and version numbers are now imprinted onto the build, accessible through `yggdrasil -version` and `yggdrasilctl getSelf`
- Add ability to disable admin socket by setting `AdminListen` to `"none"`
### Changed
- Switched to Chord DHT (instead of Kademlia, although protocol-compatible)