Relocate future plans

This commit is contained in:
Justin Ethier 2019-10-28 10:29:46 -04:00
parent a8447cdde3
commit 7ac8bbe98c

View file

@ -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