0.5.2 release

This commit is contained in:
Justin Ethier 2017-06-05 17:14:09 -04:00
parent 96f3cb4c0c
commit c45f8a695c

View file

@ -0,0 +1,9 @@
---
layout: post
title: Released Cyclone Scheme 0.5.2
excerpt: This release fixes a bug in `for-each` that caused poor performance when iterating over large lists.
---
Bug Fixes
- Fixed a bug in `for-each` that was causing `length` to be executed during each iteration.