Skip to content

Commit

Permalink
Docs: add changelog entry for #2868
Browse files Browse the repository at this point in the history
  • Loading branch information
lovell committed Sep 5, 2021
1 parent b7fbffb commit afb2113
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/api-output.md
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,10 @@ const data = await sharp(input)

Returns **Sharp**

**Meta**

* **since**: 0.29.1

## tiff

Use these TIFF options for output image.
Expand Down
3 changes: 3 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ Requires libvips v8.11.3
* Ensure images with P3 profiles retain full gamut.
[#2862](https://github.com/lovell/sharp/issues/2862)

* Add support for libvips compiled with OpenJPEG.
[#2868](https://github.com/lovell/sharp/pull/2868)

* Remove unsupported animation properties from AVIF output.
[#2870](https://github.com/lovell/sharp/issues/2870)

Expand Down
3 changes: 3 additions & 0 deletions docs/humans.txt
Original file line number Diff line number Diff line change
Expand Up @@ -221,3 +221,6 @@ GitHub: https://github.com/mart-jansink

Name: Tenpi
GitHub: https://github.com/Tenpi

Name: Zaruike
https://github.com/Zaruike
2 changes: 2 additions & 0 deletions lib/output.js
Original file line number Diff line number Diff line change
Expand Up @@ -538,6 +538,8 @@ function gif (options) {
* })
* .toBuffer();
*
* @since 0.29.1
*
* @param {Object} [options] - output options
* @param {number} [options.quality=80] - quality, integer 1-100
* @param {boolean} [options.lossless=false] - use lossless compression mode
Expand Down

0 comments on commit afb2113

Please sign in to comment.