From a88aceb91cf67e038c7490783d42707b61cd650c Mon Sep 17 00:00:00 2001 From: Jonathan Maron Date: Wed, 6 Mar 2019 14:29:21 +0100 Subject: [PATCH] Updated CHANGELOG.md --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7184777b..74231697 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,9 @@ ## 2.2.0 - 2019-03-06 -* Implemented [end-point](https://docs.reporting.cloud/docs/endpoint/document/thumbnails) `/v1/document/thumbnails`. +* Implemented [end-point](https://docs.reporting.cloud/docs/endpoint/document/thumbnails) + * `/v1/document/thumbnails` +* Added `/demo/get-document-thumbnails.php` to exemplify `getDocumentThumbnails(string $documentFilename, int $zoomFactor, int $fromPage, int $toPage,string $imageFormat)`. * Abstracted file utilities to `TxTextControl\ReportingCloud\Stdlib\FileUtils`. ## 2.1.0 - 2019-02-25