mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 04:25:06 +02:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
19ac6d32aa
1 changed files with 7 additions and 5 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue