Docs: changelog and credit #4203 #4207

This commit is contained in:
Lovell Fuller 2024-09-06 12:59:58 +01:00
parent c26b77683a
commit 9bfaca2857
4 changed files with 18 additions and 1 deletions

View File

@ -4,6 +4,16 @@
Requires libvips v8.15.3
### v0.33.6 - TBD
* Improve support for ppc64le architecture.
[#4203](https://github.com/lovell/sharp/pull/4203)
[@sumitd2](https://github.com/sumitd2)
* Add `pdfBackground` constructor property.
[#4207](https://github.com/lovell/sharp/pull/4207)
[@calebmer](https://github.com/calebmer)
### v0.33.5 - 16th August 2024
* Upgrade to libvips v8.15.3 for upstream bug fixes.

View File

@ -302,3 +302,9 @@ GitHub: https://github.com/ton11797
Name: Nathan Keynes
GitHub: https://github.com/nkeynes
Name: Sumit D
GitHub: https://github.com/sumitd2
Name: Caleb Meredith
GitHub: https://github.com/calebmer

File diff suppressed because one or more lines are too long

View File

@ -7,6 +7,7 @@
"darwin-x64",
"linux-arm",
"linux-arm64",
"linux-ppc64",
"linux-s390x",
"linux-x64",
"linuxmusl-arm64",