mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-16 17:27:33 +02:00
0.5.2 release
This commit is contained in:
parent
96f3cb4c0c
commit
c45f8a695c
1 changed files with 9 additions and 0 deletions
9
_posts/2017-06-06-Released-Cyclone-Scheme-0.5.2.md
Normal file
9
_posts/2017-06-06-Released-Cyclone-Scheme-0.5.2.md
Normal 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.
|
Loading…
Add table
Reference in a new issue