Based on https://github.com/zfcampus/zf-content-negotiation/releases/tag/1.3.3 (commit 228d6db3d751baf5a49441c17334d3ec0f31fb24 in this repo)
Added
-----
- Nothing.
Changed
-------
- Nothing.
Deprecated
----------
- Nothing.
Removed
-------
- Nothing.
Fixed
-----
- [zfcampus/zf-content-negotiation#100](https://github.com/zfcampus/zf-content-negotiation/pull/100) fixes an
issue introduced in 1.3.2 whereby the `RequestFactory` was updated to no
longer depend on laminas-console. Unfortunately, many testing strategies relied
on laminas-console's ability to override the SAPI detection in order to test HTTP
request lifecycles. This release now does detection for the presence of the
laminas-console library, and, if present, uses that for determining whether or
not the request is console-based.