From 0ac7fbfc07860f6fad957e1685b8a513df34cc40 Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Sat, 2 Apr 2016 12:19:58 +0100 Subject: [PATCH] Changelog entry for #382 #385 --- docs/changelog.md | 6 ++++++ package.json | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index 12b1b216..2857a5da 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -2,6 +2,8 @@ ### v0.14 - "*needle*" +#### v0.14.0 - 2nd 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) diff --git a/package.json b/package.json index 28211b14..aa6a96e8 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,8 @@ "Alaric Holloway ", "Bernhard K. Weisshuhn ", "Chris Riley ", - "David Carley " + "David Carley ", + "John Tobin " ], "description": "High performance Node.js module to resize JPEG, PNG, WebP and TIFF images using the libvips library", "scripts": {