diff --git a/docs/changelog.md b/docs/changelog.md index ebce10d2..30b220b2 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -23,6 +23,10 @@ Requires libvips v8.11.0 * Allow installation directory to contain spaces (regression in v0.26.0). [#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* Requires libvips v8.10.6 diff --git a/docs/humans.txt b/docs/humans.txt index 26214d63..a2f375f7 100644 --- a/docs/humans.txt +++ b/docs/humans.txt @@ -212,3 +212,6 @@ GitHub: https://github.com/florian-busch Name: Matthieu Salettes GitHub: https://github.com/msalettes + +Name: Taneli Vatanen +GitHub: https://github.com/Daiz diff --git a/package.json b/package.json index e1ac2982..2f3851ce 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,8 @@ "alza54 ", "Jacob Smith ", "Michael Nutt ", - "Brad Parham " + "Brad Parham ", + "Taneli Vatanen " ], "scripts": { "install": "(node install/libvips && node install/dll-copy && prebuild-install) || (node install/can-compile && node-gyp rebuild && node install/dll-copy)",