Merge remote-tracking branch 'origin/master'

This commit is contained in:
Justin Ethier 2019-08-13 18:03:24 -04:00
commit 19ac6d32aa

View file

@ -1,10 +1,16 @@
# Changelog
## 0.11.3 - TBD
## Next Release - TBD
TODO: mention cyclone-winds even though not part of this official release
https://github.com/cyclone-scheme/cyclone-winds
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.3 - TBD
Features
- Arthur Maciel added instructions for building Cyclone on FreeBSD.
@ -21,10 +27,6 @@ Bug Fixes
- Enhanced the interpreter (`eval`) to properly support splicing in definitions introduced by `begin`.
- Fixed `define-record-type` so now it works in the interpreter.
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