From ab19abe42c8fff9c5c7a54ca3338206dbc84518b Mon Sep 17 00:00:00 2001 From: Vesa Karvonen Date: Sun, 31 Dec 2023 20:44:12 +0200 Subject: [PATCH] Update `CHANGES.md` for next release --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index 8e330686..559e2941 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file. Next version: - Numerous minor internal improvements (@polytypic) +- Exposed shape of `_ Loc.t` to avoid float array pessimization (@polytypic) - Made `Accumulator` automatically scaling and removed optional `n_way` arguments (@polytypic) - Use polymorphic variant for `mode` (@polytypic)