From 49a34859a6baaed2a56c61a5a16f2615938e2bb0 Mon Sep 17 00:00:00 2001 From: James Phillips Date: Mon, 30 Nov 2015 22:12:39 -0800 Subject: [PATCH] Tightens up wording in the change log. --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91a9e03919..3a2d7a1dbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -91,14 +91,14 @@ MISC: * Lots of docs fixes * Lots of Vagrantfile cleanup -* Data migrator utility removed to reduce cgo dependency [GH-1309] +* Data migrator utility removed to eliminate cgo dependency [GH-1309] UPGRADE NOTES: * Consul will refuse to start if the data directory contains an "mdb" folder. This folder was used in versions of Consul up to 0.5.1. Consul version 0.5.2 included a baked-in utility to automatically upgrade the data format, but - this has been removed in Consul 0.6 to reduce the dependency on cgo. + this has been removed in Consul 0.6 to eliminate the dependency on cgo. * Previously, service discovery was wide open, and any client could query information about any service without providing a token. Consul now requires read-level access at a minimum when ACLs are enabled to return service