From dfd6e8fe2df2b8e48dc1a575605134321cfefcb6 Mon Sep 17 00:00:00 2001 From: Tomas Aparicio Date: Wed, 28 Sep 2016 00:35:17 +0100 Subject: [PATCH] feat(docs): update History with API changes --- History.md | 1 + 1 file changed, 1 insertion(+) diff --git a/History.md b/History.md index 663e04b..11d7ba8 100644 --- a/History.md +++ b/History.md @@ -4,6 +4,7 @@ - fix(background): pass proper background RGB color for PNG image conversion. - feat(types): validate supported image types by current `libvips` compilation. - feat(types): consistent SVG image checking. +- feat(api): add public functions `VipsIsTypeSupported()`, `IsImageTypeSupportedByVips()` and `IsSVGImage()`. ## 1.0.2 / 27-09-2016