From f4f03fe1c6d01cca89baf91e0c82f770529a8c6d Mon Sep 17 00:00:00 2001 From: Andrii Vasyliev Date: Wed, 26 Aug 2015 16:29:58 +0000 Subject: [PATCH] minor --- .hidev/commits.md | 2 ++ CHANGELOG.md | 1 + 2 files changed, 3 insertions(+) diff --git a/.hidev/commits.md b/.hidev/commits.md index 31a6524..036c348 100644 --- a/.hidev/commits.md +++ b/.hidev/commits.md @@ -3,6 +3,8 @@ hiqdev/yii2-hiart commits history ## Under development +- Added Connection::errorChecker callback to test if API response was error + - 2913e20 2015-08-26 + Connection::errorChecker callback to test if API response was error (sol@hiqdev.com) - Fixed PHP warnings - 161858f 2015-08-25 Fix warnings (andreyklochok@gmail.com) - Changed: moved to src diff --git a/CHANGELOG.md b/CHANGELOG.md index 1076d9e..91527d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ hiqdev/yii2-hiart changelog ## Under development +- Added Connection::errorChecker callback to test if API response was error - Fixed PHP warnings - Changed: moved to src - Added basics