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