From e8b5facc13a6de97534281dbfdd03018d718f7b5 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Thu, 27 Jun 2019 18:57:55 -0400 Subject: [PATCH] Document futures --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bfda4d99..23a55aaf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ Features -- Added a new library `(cycone concurrent)` with support for atomics, immutability, and shared objects. +- Added a new library `(cycone concurrent)` with support for atomics, futures, immutability, and shared objects. - Relocated existing libraries to `(cyclone match)` and `(cyclone test)`. - Extended `mutex-lock!` to support an optional `timeout` parameter, per the SRFI 18 spec.