From 966cb6c58251843783da5538127defb0dbcce565 Mon Sep 17 00:00:00 2001 From: Arnoldas Grigutis Date: Fri, 31 May 2019 16:07:30 +0300 Subject: [PATCH] CHANGELOG --- CHANGELOG.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64a0332..1dec26d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,6 @@ # Change Log -## 4.3.0 -### Added -- `Paysera\Bundle\RestBundle\ApiManager::createErrorFromException()` - checks if exception contains status code *400* and creates `ApiException::InvalidRequest` error - -## 4.3.0 +## 4.4.0 ### Changed - Dropped support for PHP 5 @@ -15,6 +11,10 @@ ### Fixed - Code style fixes +## 4.3.0 +### Added +- `Paysera\Bundle\RestBundle\ApiManager::createErrorFromException()` - checks if exception contains status code *400* and creates `ApiException::InvalidRequest` error + ## 4.2.2 ### Fixed - `Paysera\Bundle\RestBundle\Listener\RestListener::onKernelException()` increased listener priority to `10`. Since Symfony 3.3 the priority of `ExceptionListener::onKernelException` was changed to `1`.