From 5a4a2191a6660a9921b5928a726faada46f39d91 Mon Sep 17 00:00:00 2001 From: Kyle Havlovitz Date: Thu, 3 Nov 2016 16:08:23 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8755629bef..6411dd14e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ BACKWARDS INCOMPATIBILITIES: * Child process reaping support has been removed, along with the `reap` configuration option. Reaping is also done via [dumb-init](https://github.com/Yelp/dumb-init) in the [Consul Docker image](https://github.com/hashicorp/docker-consul), so removing it from Consul itself simplifies the code and eases future maintainence for Consul. If you are running Consul as PID 1 in a container you will need to arrange for a wrapper process to reap child processes. [GH-1988] +* The api package's PreparedQuery.Delete() method now takes WriteOptions instead of QueryOptions. [GH-2417] FEATURES: