From 9aa2dedd63157fdcd463bbdc3ca004aa07cef2ac Mon Sep 17 00:00:00 2001 From: James Phillips Date: Tue, 29 Nov 2016 16:01:23 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc458b7d9e..8122b07c32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ BUG FIXES: * api: Added missing Raft index fields to `CatalogService` structure. [GH-2366] * api: Added missing notes field to `AgentServiceCheck` structure. [GH-2336] +* api: Changed type of `AgentServiceCheck.TLSSkipVerify` from `string` to `bool`. [GH-2530] * ui: Fixed an issue where extra commas would be shown around service tags. [GH-2340] * ui: Customized Bootstrap config to avoid missing font file references. [GH-2485]