From e8b363e33e0277d72cfc63c8b236bdb3e0a2cfc2 Mon Sep 17 00:00:00 2001 From: Hans Hasselberg Date: Thu, 27 Jun 2019 16:41:05 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29443aa8ca..82c8b828c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ IMPROVEMENTS +* acl: allow service deregistration with node write permission [[GH-5217](https://github.com/hashicorp/consul/pull/5217)] * agent: improve startup message when no error occurs [[GH-5896](https://github.com/hashicorp/consul/issues/5896)] * agent: make sure client agent rate limits apply when hitting the client interface on a server directly [[GH-5927](https://github.com/hashicorp/consul/pull/5927)] * agent: use stale requests when performing full sync [[GH-5873](https://github.com/hashicorp/consul/pull/5873)]