From 0b137d44750764e5c76e95bc1c236597e164e8b5 Mon Sep 17 00:00:00 2001 From: arthurmaciel Date: Wed, 10 Jul 2019 00:11:40 -0300 Subject: [PATCH] Update CHANGELOG.md "cyclone" was mispelled --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87c65729..02987cb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ Features -- Added a new library `(cycone concurrent)` with support for atomics, futures, shared queues, and thread pools. As well as helpers for immutability and shared objects. Overall the goal is for this library to make it much easier to write multithreaded programs using Cyclone. +- Added a new library `(cyclone concurrent)` with support for atomics, futures, shared queues, and thread pools. As well as helpers for immutability and shared objects. Overall the goal is for this library 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.