diff --git a/CHANGELOG.md b/CHANGELOG.md index 5756c36e64..aae62e9985 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ FEATURES: IMPROVEMENTS: +* agent: Integrated gopsutil library to use built in host UUID as node ID, if available, instead of a randomly generated UUID. This makes it easier for other applications on the same host to generate the same node ID without coordinating with Consul. [GH-2697] * build: Consul is now built with Go 1.7.5. [GH-2682] BUG FIXES: