summaryrefslogtreecommitdiffstats
path: root/third_party/jpeg-xl/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--third_party/jpeg-xl/CHANGELOG.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/third_party/jpeg-xl/CHANGELOG.md b/third_party/jpeg-xl/CHANGELOG.md
index 3c62a1f2df..42f0f2e5c1 100644
--- a/third_party/jpeg-xl/CHANGELOG.md
+++ b/third_party/jpeg-xl/CHANGELOG.md
@@ -16,6 +16,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
+## [0.10.2] - 2024-03-08
+
+### Fixed
+ - bugs in (lossless) encoding (#3367, #3359 and #3386)
+ - re-enable installation of MIME file (#3375)
+ - bugs in streaming mode (#3379 and #3380)
+
+## [0.10.1] - 2024-02-28
+
+### Fixed
+ - reduce allocations (#3336 and #3339),
+ fixing a significant speed regression present since 0.9.0
+ - bug in streaming encoding (#3331)
+
## [0.10.0] - 2024-02-21
### Added