From a8ae81b78f21933ba909efeb0b71d1f32d99a268 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Mon, 10 Jun 2019 13:18:33 -0400 Subject: [PATCH] Added a 0.11.2 section --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f068bbba..ff586b52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.11.2 - TBD + +Bug Fixes + +- Fixed `thread-join!` to wait properly both for running threads and new threads that have not yet been started. + ## 0.11.1 - May 25, 2019 Features