cyclone/_posts/2017-06-06-Released-Cyclone-Scheme-0.5.2.md
2017-06-05 17:14:09 -04:00

9 lines
272 B
Markdown

---
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.