From 31e17b4d6271c2b7a9d75b42e9c177edbb05a37d Mon Sep 17 00:00:00 2001 From: asonix Date: Mon, 9 Dec 2024 21:54:38 -0600 Subject: [PATCH] Add note about blurhash to 0.5.17-pre.7 release doc --- releases/0.5.17-pre.7.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/releases/0.5.17-pre.7.md b/releases/0.5.17-pre.7.md index cefe645..38d04e3 100644 --- a/releases/0.5.17-pre.7.md +++ b/releases/0.5.17-pre.7.md @@ -7,7 +7,8 @@ animations, and videos, as well as providing basic image processing functionalit pict-rs 0.5.17-pre.7 improves the upgrade path from 0.5.16 when using object storage without path style, as well as improves performance when writing files to disk or into processes' stdin. It also -adds more timeouts to ensure smooth operation in the face of misbehaving spawned processes. +adds more timeouts to ensure smooth operation in the face of misbehaving spawned processes, and +includes the blurhash in image details responses. ## Upgrade Notes