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`.