changelog: fixup release-note formatting (#9960)

so these changelog entries will be parsed successfully
This commit is contained in:
Mike Morris 2021-04-01 10:31:48 -04:00 committed by GitHub
parent 55f58aad35
commit df7c1d565f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
```release-notes:improvement
```release-note:improvement
client: when a client agent is attempting to dereigster a service, anddoes not have access to the ACL token used to register a service, attempt to use the agent token instead of the default user token. If no agent token is set, fall back to the default user token.
```

View File

@ -1,3 +1,3 @@
```release-notes:bug
```release-note:bug
http: fix a bug in Consul Enterprise that would cause the UI to believe namespaces were supported, resulting in warning logs and incorrect UI behaviour.
```