From f79a14b64a4099ef3dce7c8bce5fcd3750fad23f Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Wed, 19 Jun 2019 18:45:30 -0400 Subject: [PATCH] Document recent changes in this branch --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26f48688..9aff4b8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,8 @@ Features -- TODO: new library for atomics +- Added a new library `(cycone concurrent)` with support for atomics, immutability, and shared objects. +- Relocated existing libraries to `(cyclone match)` and `(cyclone test)`. Bug Fixes