Skip to content

Commit

Permalink
CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnoldas Grigutis committed May 31, 2019
1 parent df2ad03 commit 966cb6c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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`.
Expand Down

0 comments on commit 966cb6c

Please # to comment.