Changelog and credit for #1358 #1362

This commit is contained in:
Lovell Fuller
2018-09-04 16:39:24 +01:00
parent 7d48a5ccf4
commit 374c6959d7
3 changed files with 18 additions and 4 deletions

View File

@@ -4,6 +4,16 @@
Requires libvips v8.6.1.
#### v0.20.8 - TBD
* Avoid race conditions when creating directories during installation.
[#1358](https://github.com/lovell/sharp/pull/1358)
[@ajhool](https://github.com/ajhool)
* Accept floating point values for input density parameter.
[#1362](https://github.com/lovell/sharp/pull/1362)
[@aeirola](https://github.com/aeirola)
#### v0.20.7 - 21<sup>st</sup> August 2018
* Use copy+unlink if rename operation fails during installation.

View File

@@ -116,6 +116,8 @@ the help and code contributions of the following people:
* [Espen Hovlandsdal](https://github.com/rexxars)
* [Sylvain Dumont](https://github.com/sylvaindumont)
* [Alun Davies](https://github.com/alundavies)
* [Aidan Hoolachan](https://github.com/ajhool)
* [Axel Eirola](https://github.com/aeirola)
Thank you!