From 4001c4a48a2c3ed0ad0d9f12230311de079aa265 Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Fri, 31 Mar 2017 21:17:19 +0100 Subject: [PATCH] Add changelog and credit for #738 --- docs/changelog.md | 4 ++++ docs/index.md | 1 + package.json | 3 ++- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index b9cc3501..7b6c2bb9 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -18,6 +18,10 @@ Requires libvips v8.4.2. [#732](https://github.com/lovell/sharp/pull/732) [@alice0meta](https://github.com/alice0meta) +* Add support for TIFF compression and predictor options. + [#738](https://github.com/lovell/sharp/pull/738) + [@kristojorg](https://github.com/kristojorg) + #### v0.17.2 - 11th February 2017 * Ensure Readable side of Stream can start flowing after Writable side has finished. diff --git a/docs/index.md b/docs/index.md index fe5b442f..fa1adbf5 100644 --- a/docs/index.md +++ b/docs/index.md @@ -98,6 +98,7 @@ the help and code contributions of the following people: * [Patrick Paskaris](https://github.com/ppaskaris) * [Jérémy Lal](https://github.com/kapouer) * [Alice Monday](https://github.com/alice0meta) +* [Kristo Jorgenson](https://github.com/kristojorg) Thank you! diff --git a/package.json b/package.json index 34d2dc56..84a6f3a1 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,8 @@ "Patrick Paskaris ", "Jérémy Lal ", "Rahul Nanwani ", - "Alice Monday " + "Alice Monday ", + "Kristo Jorgenson " ], "scripts": { "clean": "rm -rf node_modules/ build/ vendor/ coverage/ test/fixtures/output.*",