From d65814c53f6812b5bfe14530631a728c102b2f71 Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Sun, 21 Jun 2020 18:52:10 -0500 Subject: [PATCH] Update changelog.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9525e96..bfde42a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ All notable changes to this project will be documented in this file. ## Unreleased - ??? +- Add `repeat` macro for iterating something n times. +- Add `eachy` (each yield) macro for iterating a fiber. +- Fix `:generate` verb in loop macro to accept non symbols as bindings. - Fix `%j` formatter to print numbers precisely (using the `%.17g` format string to printf). ## 1.10.1 - 2020-06-18