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.*",