From 437c5ca64f4401a0b4fd492dd3e7bb94c46da107 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Mon, 5 Jun 2017 11:30:20 +0000 Subject: [PATCH] Added a 0.5.2 section --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b91000a..bdd09d93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.5.2 - TBD + +Bug Fixes + +- Fixed a bug in `for-each` that was causing `length` to be executed during each iteration. + ## 0.5.1 - May 24, 2017 The main focus of `0.5.1` is performance but this is also the first release to provide installation instructions for both Windows and Mac.