Update changelog.md

This commit is contained in:
Calvin Rose 2020-06-21 18:52:10 -05:00
parent 803f17aa90
commit d65814c53f
1 changed files with 3 additions and 0 deletions

View File

@ -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