From 310f4630ce792fdde388e2a850a1769853241a33 Mon Sep 17 00:00:00 2001 From: Webklex Date: Mon, 7 Sep 2020 12:03:36 +0200 Subject: [PATCH] Version information added --- CHANGELOG.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 164fa96..c356792 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip ## [UNRELEASED] ### Fixed -- Exception handling improved and missing child exception added (#326) +- NaN ### Added - NaN @@ -15,8 +15,12 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip - NaN ### Affected Classes -- [Message::class](src/Message.php) -- [Query::class](src/Query/Query.php) +- NaN + +## [1.6.2] - 2020-09-07 +### Fixed +- Exception handling improved and missing child exception added (#326) +- Fix 'A non well formed numeric value encountered' ErrorException (#327) ## [1.6.1] - 2020-09-04 ### Fixed