From 49a72c7cae7c31e6607f0c8edad860de29d9ced2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Aparicio?= Date: Fri, 13 Jan 2017 20:16:51 +0000 Subject: [PATCH] fix(History): typo --- History.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/History.md b/History.md index 9a3147c..81b60b4 100644 --- a/History.md +++ b/History.md @@ -1,7 +1,7 @@ ## 1.0.7 / 13-01-2017 - fix(#128): crop image calculation for missing width or height axis. -- feat: add TIFF save output format (**note**: this introduces a minor interface bracking change in `bimg.IsImageTypeSupportedByVips` auxiliary function). +- feat: add TIFF save output format (**note**: this introduces a minor interface breaking change in `bimg.IsImageTypeSupportedByVips` auxiliary function). ## 1.0.6 / 12-11-2016