From 5507a310ddb1cdc0e31f5b9e7ccdb8b608c77680 Mon Sep 17 00:00:00 2001 From: vijay rama raju samanuri Date: Thu, 15 Jun 2017 19:53:21 +0530 Subject: [PATCH] Typo in CHANGELOG (#3149) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6abce6a4d7..9f44d2c748 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,7 +30,7 @@ IMPROVEMENTS: * agent: Added support for custom check id and name when registering checks along with a service. [GH-3047] * agent: Updated [go-sockaddr](https://github.com/hashicorp/go-sockaddr) library to add support for new helper functions in bind address templates (`GetPrivateIPs`, `GetPublicIPs`), new math functions, and to pick up fixes for issues with detecting addresses on multi-homed hosts. [GH-3068] * agent: Watches now reset their index back to zero after an error, or if the index goes backwards, which allows watches to recover after a server restart with fresh state. [GH-2621] -* agent: HTTP health checks now upport custom method and headers. [GH-1184, GH-2474, GH-2657, GH-3106] +* agent: HTTP health checks now support custom method and headers. [GH-1184, GH-2474, GH-2657, GH-3106] * agent: Increased the graceful leave timeout from 5 to 15 seconds. [GH-3121] * agent: Added additional logging when the agent handles signals and when it exits. [GH-3124] * build: Added support for linux/arm64 binaries. [GH-3042]