From 7d3d65ad812e57018f845217024d5943a232f08a Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Mon, 12 Aug 2019 10:10:39 -0400 Subject: [PATCH] Update CHANGELOG.md Prep for 0.11.3 release --- CHANGELOG.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3dc4eb8..91e82b8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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