From 951231f3608d796a2ce87cf688834ebc96b2b9c1 Mon Sep 17 00:00:00 2001 From: Mikael Roos Date: Sun, 14 Dec 2014 17:09:29 +0100 Subject: [PATCH] Fixed fill-to-fit that failed when using aspect-ratio. Fix #52. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ad01332..fe0f556 100644 --- a/README.md +++ b/README.md @@ -280,6 +280,7 @@ Revision history v0.6.x (latest) +* Fixed fill-to-fit that failed when using aspect-ratio. Fix #52. * JSON returns correct values for resulting image. Fix #58. * Corrected behaviour for skip-original. Fix #60.