Update CHANGELOG.md

Prep for 0.11.3 release
This commit is contained in:
Justin Ethier 2019-08-12 10:10:39 -04:00 committed by GitHub
parent 540c5463f6
commit 7d3d65ad81
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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