changelog++

This commit is contained in:
Jeff Mitchell 2018-05-07 14:02:47 -04:00
parent afc1209275
commit cd603e299c

View file

@ -1,5 +1,14 @@
## 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