Docs: changelog and credit for #2704

This commit is contained in:
Lovell Fuller 2021-07-10 19:54:46 +01:00
parent bb48d0d857
commit b32568159f
3 changed files with 9 additions and 1 deletions

View File

@ -23,6 +23,10 @@ Requires libvips v8.11.0
* Allow installation directory to contain spaces (regression in v0.26.0). * Allow installation directory to contain spaces (regression in v0.26.0).
[#2777](https://github.com/lovell/sharp/issues/2777) [#2777](https://github.com/lovell/sharp/issues/2777)
* Add `pipelineColourspace` operator to set the processing space.
[#2704](https://github.com/lovell/sharp/pull/2704)
[@Daiz](https://github.com/Daiz)
## v0.28 - *bijou* ## v0.28 - *bijou*
Requires libvips v8.10.6 Requires libvips v8.10.6

View File

@ -212,3 +212,6 @@ GitHub: https://github.com/florian-busch
Name: Matthieu Salettes Name: Matthieu Salettes
GitHub: https://github.com/msalettes GitHub: https://github.com/msalettes
Name: Taneli Vatanen
GitHub: https://github.com/Daiz

View File

@ -77,7 +77,8 @@
"alza54 <alza54@thiocod.in>", "alza54 <alza54@thiocod.in>",
"Jacob Smith <jacob@frende.me>", "Jacob Smith <jacob@frende.me>",
"Michael Nutt <michael@nutt.im>", "Michael Nutt <michael@nutt.im>",
"Brad Parham <baparham@gmail.com>" "Brad Parham <baparham@gmail.com>",
"Taneli Vatanen <taneli.vatanen@gmail.com>"
], ],
"scripts": { "scripts": {
"install": "(node install/libvips && node install/dll-copy && prebuild-install) || (node install/can-compile && node-gyp rebuild && node install/dll-copy)", "install": "(node install/libvips && node install/dll-copy && prebuild-install) || (node install/can-compile && node-gyp rebuild && node install/dll-copy)",