From 35758a03b84d08d52336c88f42b830d067eaf79a Mon Sep 17 00:00:00 2001 From: Stefan Gabos Date: Mon, 22 May 2017 12:11:19 +0300 Subject: [PATCH] Added information about the latest release --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23eabb8..f238d6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## version 2.2.6 (May 22, 2017) + +- minor source code tweaks +- unnecessary files are no more included when downloading from GitHub or via Composer +- documentation is now available in the repository and on GitHub +- the home of the library is now exclusively on GitHub + ## version 2.2.5 (May 16, 2016) - use the newly added "auto_handle_exif_orientation" property for auto fixing image rotation if EXIF information is available; requires PHP to be configured with exif-support via --enable-exif (or, for Windows user, by enabling the php_mbstring.dll and php_exif.dll extensions); thanks to Sebi Popa