From 2e3f419d2c5fc56c2d0c87b83436a370e2e64d0f Mon Sep 17 00:00:00 2001 From: Austin Johnson Date: Tue, 6 Dec 2022 02:31:29 -0600 Subject: [PATCH] 0.32.2 Changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8be03a52c..fa6e850d20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -58,6 +58,11 @@ Changes to pipelines: ### Bugs fixed +# Version 0.32.2 (2022-12-06) + +### Bugs fixed +- Fixed another issue with `CpuBufferPool`, where the alignment of `T` was not being considered when allocating. + # Version 0.32.1 (2022-11-09) ### Bugs fixed