diff --git a/_posts/2017-06-06-Released-Cyclone-Scheme-0.5.2.md b/_posts/2017-06-06-Released-Cyclone-Scheme-0.5.2.md new file mode 100644 index 00000000..6a902372 --- /dev/null +++ b/_posts/2017-06-06-Released-Cyclone-Scheme-0.5.2.md @@ -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.