From 5e15db92b60a0b56b6fe688f7db34c01f55e25a4 Mon Sep 17 00:00:00 2001 From: Tim Savannah Date: Sun, 4 Jun 2017 04:47:10 -0400 Subject: [PATCH] Changelog --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index 73a6991..6aa5e49 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,9 @@ * 4.2.0 - Jun 4 2017 - Add "stop" method to StoppableThread (same as previous _stopThread method - but with a 'public' name) +- Document StoppableThread a lot more +- Add "raiseEvery" to StoppableThread.stop to control the "repeatEvery" arg to +JoinThread (how often after the first raise the exception is retried) * 4.1.0 - May 24 2017