From 159c6129249c2d0b728433488353313a58531ca5 Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Sat, 9 Sep 2023 11:03:14 -0500 Subject: [PATCH] Update changelog.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad635b53..2d6d8d56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ All notable changes to this project will be documented in this file. ## ??? - Unreleased +- Allow calling `reverse` on generators. +- Improve performance of a number of core functions including `partition`, `mean`, `keys`, `values`, `pairs`, `interleave`. +- Add `lengthable?` - Add `os/sigaction` - Change `every?` and `any?` to behave like the functional versions of the `and` and `or` macros. - Fix bug with garbage collecting threaded abstract types.