From 47675fc58f6fd1dfd63f911b6e86ee5f31e8efd1 Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Sat, 8 May 2021 13:20:56 +0200 Subject: [PATCH] CHANGELOG v2.1.0 --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bd8941..40b031c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## v2.1.0 - 2021-05-08 + +### Changed + + * Switch autoloading from PSR-0 to PSR-4 and remove src subfolder (no impact on lib's composer autoloading). + * Switch CI from Travis to Github Actions. + +## v2.0.5 - 2021-03-27 + +### Fixed + + * Fix boolean being passed to method isImageString expecting a string + ## v2.0.4 - 2021-02-22 ### Fixed