From 647e2030fff5ffe7db3fcb5c042c821526fce96a Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Thu, 18 Jul 2019 18:50:53 -0400 Subject: [PATCH] WIP for next release --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41b4f0dc..87740a91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## 0.11.3 - TBD +TODO: mention cyclone-winds even though not part of this official release +https://github.com/cyclone-scheme/cyclone-winds + Features - Added support for delays and promises to `(cyclone concurrent)`. Note functions/macros for both types of objects are prefixed with `shared-` to differentiate them from R7RS definitions from `(scheme lazy)`. @@ -10,6 +13,10 @@ Bug Fixes - Fixed the MSYS2 build script and instructions, so it is possible to build on Windows again! +Deprecated + +- `(scheme cyclone array-list)` is no longer going to be part of the official Cyclone release. It will be relocated to the `(cyclone array-list)` cyclone-winds package. + ## 0.11.2 - July 7, 2019 Features