From 369c8f8506a26f6380900662134032e0e9c8d4e7 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Mon, 10 Jun 2019 13:18:58 -0400 Subject: [PATCH] Stub for concurrency lib --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff586b52..26f48688 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## 0.11.2 - TBD +Features + +- TODO: new library for atomics + Bug Fixes - Fixed `thread-join!` to wait properly both for running threads and new threads that have not yet been started.