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