From 7ac8bbe98c649926565eb42b152c9c4ad1ec4234 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Mon, 28 Oct 2019 10:29:46 -0400 Subject: [PATCH] Relocate future plans --- CHANGELOG.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29bd98fe..c0668037 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,6 @@ ## Next Release - TBD -TODO: mention cyclone-winds even though not part of this official release -https://github.com/cyclone-scheme/cyclone-winds - Features - Added the `-no-call-history` flag to potentially allow for faster executables at the expense of call history. @@ -14,10 +11,6 @@ Bug Fixes - Fix `read-u8`, `peek-u8`, and `write-u8` to work with integers (bytes) instead of characters. -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.4 - September 27, 2019 Bug Fixes