Update CHANGELOG.md

This commit is contained in:
Kyle Havlovitz 2016-12-14 15:40:30 -05:00 committed by GitHub
parent 80a8055d5a
commit 1b83410d4e
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ IMPROVEMENTS:
BUG FIXES:
* agent: Fixed a panic when SIGPIPE signal was received. [GH-2404]
* 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]