From 3ce60db0ca4704557e52469ee82ea0b49674fd57 Mon Sep 17 00:00:00 2001 From: "R.B. Boyer" Date: Mon, 8 Apr 2019 14:56:24 -0500 Subject: [PATCH] make changelog use proper syntax --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2151037234..04dc0bd3d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,8 @@ IMPROVEMENTS: BUG FIXES: -* api: fix panic in 'consul acl set-agent-token' [[GH-5533]] -* acl: memdb filter of tokens-by-policy was inverted [[GH-5575]] +* api: fix panic in 'consul acl set-agent-token' [[GH-5533](https://github.com/hashicorp/consul/issues/5533)] +* acl: memdb filter of tokens-by-policy was inverted [[GH-5575](https://github.com/hashicorp/consul/issues/5575)] ## 1.4.4 (March 21, 2019)