Based on https://github.com/zfcampus/zf-api-problem/releases/tag/1.2.0 (commit 5687397acfb9e60acfa77814a29e144b50f25fa3 in this repo)
Added
-----
- [zfcampus/zf-api-problem#45](https://github.com/zfcampus/zf-api-problem/pull/45) adds support for PHP 7.
- [zfcampus/zf-api-problem#44](https://github.com/zfcampus/zf-api-problem/pull/44) and
[zfcampus/zf-api-problem#45](https://github.com/zfcampus/zf-api-problem/pull/45) add support for
version 3 components of Laminas.
- [zfcampus/zf-api-problem#39](https://github.com/zfcampus/zf-api-problem/pull/39) adds the constant
`ApiProblem::CONTENT_TYPE` for specifying the Content-Type of API Problem
responses.
Deprecated
----------
- Nothing.
Removed
-------
- [zfcampus/zf-api-problem#45](https://github.com/zfcampus/zf-api-problem/pull/45) removes support for
PHP 5.6.
- [zfcampus/zf-api-problem#45](https://github.com/zfcampus/zf-api-problem/pull/45) removes the
`Module::getAutoloaderConfig()` implementation, as it was redundant in
composer-based applications.
Fixed
-----
- [zfcampus/zf-api-problem#44](https://github.com/zfcampus/zf-api-problem/pull/44) and
[zfcampus/zf-api-problem#45](https://github.com/zfcampus/zf-api-problem/pull/45) ensure that
definition and attachment of the listener aggregates defined in the module
will work with both v2 and v3 versions of laminas-eventmanager.
- [zfcampus/zf-api-problem#38](https://github.com/zfcampus/zf-api-problem/pull/38) fixes an issue
whereby JSON encoding failed for included stack traces if they originated
within a PHP stream.