mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
WIP for next release
This commit is contained in:
parent
78306b2de1
commit
647e2030ff
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue