Docs: changelog and credit for #3006

This commit is contained in:
Lovell Fuller 2021-12-12 19:29:46 +00:00
parent 446e4e3c3a
commit dd6583044b
4 changed files with 9 additions and 2 deletions

View File

@ -54,7 +54,7 @@ console.log(sharp.versions);
## vendor ## vendor
An Object containing information about the platform and architecture An Object containing the platform and architecture
of the current and installed vendored binaries. of the current and installed vendored binaries.
### Examples ### Examples

View File

@ -37,6 +37,10 @@ Requires libvips v8.12.1
* Expose `unlimited` option for SVG and PNG input, switches off safety features. * Expose `unlimited` option for SVG and PNG input, switches off safety features.
[#2984](https://github.com/lovell/sharp/issues/2984) [#2984](https://github.com/lovell/sharp/issues/2984)
* Add `withoutReduction` option to resize operation.
[#3006](https://github.com/lovell/sharp/pull/3006)
[@christopherbradleybanks](https://github.com/christopherbradleybanks)
## v0.29 - *circle* ## v0.29 - *circle*
Requires libvips v8.11.3 Requires libvips v8.11.3

View File

@ -233,3 +233,6 @@ GitHub: https://github.com/driannaude
Name: Max Gordon Name: Max Gordon
GitHub: https://github.com/gforge GitHub: https://github.com/gforge
Name: Chris Banks
GitHub: https://github.com/christopherbradleybanks

File diff suppressed because one or more lines are too long