From 2cc4f20f18c230e0bfbf6a393557637452cd7b19 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Mon, 7 May 2018 16:11:18 -0400 Subject: [PATCH] Revert "changelog++" This reverts commit cd603e299cbe7377ed27cf702ba23dc8cdcc4a33. --- CHANGELOG.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64b8fc083..4a48882ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,5 @@ ## 0.10.2 (Unreleased) -DEPRECATIONS/CHANGES: - - * Golang API Renew DoneCh Closed: When Stop() is called on a Renewer or it - otherwise is finished (due to an error condition or a lease no longer being - renewable) the done channel is now closed. Ensure, if your program is - relying on reads from the done channel before other checks, that you are - using the multi-valued variant of a read to check if the channel has been - closed. - IMPROVEMENTS: * api: Close renewer's doneCh when the renewer is stopped, so that programs