0.32.2 Changelog

This commit is contained in:
Austin Johnson 2022-12-06 02:31:29 -06:00 committed by GitHub
parent 1f18531901
commit 2e3f419d2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,6 +58,11 @@ Changes to pipelines:
### Bugs fixed
# Version 0.32.2 (2022-12-06)
### Bugs fixed
- Fixed another issue with `CpuBufferPool<T>`, where the alignment of `T` was not being considered when allocating.
# Version 0.32.1 (2022-11-09)
### Bugs fixed