From e4f050e25615eda8fb14430a347b0f85a9217e71 Mon Sep 17 00:00:00 2001 From: Matt Keeler Date: Wed, 20 Jun 2018 09:07:40 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b467ad479..30314ef130 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ IMPROVEMENTS: * agent: A Consul user-agent string is now sent to providers when making retry-join requests [GH-4013](https://github.com/hashicorp/consul/pull/4013) * client: Add metrics for failed RPCs [PR-4220](https://github.com/hashicorp/consul/pull/4220) * agent: Add configuration entry to control including TXT records for node meta in DNS responses [PR-4215](https://github.com/hashicorp/consul/pull/4215) +* client: Make RPC rate limit configuration reloadable [GH-4012](https://github.com/hashicorp/consul/issues/4012) BUG FIXES: