From 66c9355951e5d7deb11ca54b84c216b1652b7015 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Wed, 3 Jul 2019 19:11:24 -0400 Subject: [PATCH] Revised 0.11.2 section --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23a55aaf..8def79ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ Features -- Added a new library `(cycone concurrent)` with support for atomics, futures, immutability, and shared objects. +- Added a new library `(cycone concurrent)` with support for atomics, futures, immutability, shared objects, shared queues, and thread pools. Overall the goal is to make it much easier to write multithreaded programs using Cyclone. - Relocated existing libraries to `(cyclone match)` and `(cyclone test)`. - Extended `mutex-lock!` to support an optional `timeout` parameter, per the SRFI 18 spec.