From 21fc60ffdf956f652912b0a95996646cf66f9c2a Mon Sep 17 00:00:00 2001 From: Marcus Holland-Moritz Date: Sun, 11 Feb 2024 18:38:00 +0100 Subject: [PATCH] chore: update change log --- CHANGES.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 758e342a..6549db81 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,17 @@ # Change Log +## Version 0.9.3 - 2024-02-11 + +- (fix) v0.8.0 removed the implementation of the `null` decompressor + under the assumption that it was no longer used; it was, however, + still used when recompressing an image with `null`-compressed blocks. + The change to remove the implementation was reverted and a new test + case was added. Fixes github #193. + +- (perf) Some more `ricepp` compression speed improvements. Also, the + universal binaries for `x86_64` now automatically choose a `ricepp` + version based on CPU capabilities. + ## Version 0.9.2 - 2024-02-09 - (fix) v0.9.0 introduced an optimization where large files of equal