Changelog entry for #382 #385

This commit is contained in:
Lovell Fuller
2016-04-02 12:19:58 +01:00
parent ebfc897bcf
commit 0ac7fbfc07
2 changed files with 8 additions and 1 deletions

View File

@@ -2,6 +2,8 @@
### v0.14 - "*needle*"
#### v0.14.0 - 2<sup>nd</sup> April 2016
* Add ability to extend (pad) the edges of an image.
[#128](https://github.com/lovell/sharp/issues/128)
[@blowsie](https://github.com/blowsie)
@@ -26,6 +28,10 @@
[#367](https://github.com/lovell/sharp/issues/367)
[@salzhrani](https://github.com/salzhrani)
* Ensure output image EXIF Orientation values are within 1-8 range.
[#385](https://github.com/lovell/sharp/pull/385)
[@jtobinisaniceguy](https://github.com/jtobinisaniceguy)
* Ensure ratios are not swapped when rotating 90/270 and ignoring aspect.
[#387](https://github.com/lovell/sharp/issues/387)
[@kleisauke](https://github.com/kleisauke)