Prepping for a release

This commit is contained in:
Justin Ethier 2019-03-04 17:47:59 -05:00
parent d46e9ef86a
commit be29fbe303

View file

@ -0,0 +1,10 @@
---
layout: post
title: Released Cyclone Scheme 0.9.10
excerpt: This release improves the performance of record types and vectors.
---
Features
- Faster initialization of objects create via `define-record-type`.
- Generate faster compiled code for calls to `vector` that contain less than five arguments.