Mention fixes to MSYS2

This commit is contained in:
Justin Ethier 2019-07-18 12:34:09 -04:00
parent 8040991b77
commit 78306b2de1

View file

@ -6,6 +6,10 @@ 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)`.
Bug Fixes
- Fixed the MSYS2 build script and instructions, so it is possible to build on Windows again!
## 0.11.2 - July 7, 2019
Features