diff --git a/docs/public/humans.txt b/docs/public/humans.txt index 327f5532..7119152a 100644 --- a/docs/public/humans.txt +++ b/docs/public/humans.txt @@ -323,3 +323,6 @@ GitHub: https://github.com/hans00 Name: Thibaut Patel GitHub: https://github.com/tpatel + +Name: Maƫl Nison +GitHub: https://github.com/arcanis diff --git a/docs/src/content/docs/changelog/v0.34.4.md b/docs/src/content/docs/changelog/v0.34.4.md index c3aa1af7..d60b5270 100644 --- a/docs/src/content/docs/changelog/v0.34.4.md +++ b/docs/src/content/docs/changelog/v0.34.4.md @@ -15,3 +15,7 @@ slug: changelog/v0.34.4 * Ensure `unlimited` flag is passed upstream when reading TIFF images. [#4446](https://github.com/lovell/sharp/issues/4446) + +* Add sharp-libvips rpath for yarn v5 support. + [#4452](https://github.com/lovell/sharp/pull/4452) + [@arcanis](https://github.com/arcanis)