Based on https://github.com/zfcampus/zf-content-negotiation/releases/tag/1.3.1 (commit 8445129a1503827b8f2825ae5f08e5e3b3b31bc9 in this repo)
Added
-----
- Nothing.
Changed
-------
- [zfcampus/zf-content-negotiation#86](https://github.com/zfcampus/zf-content-negotiation/pull/86) makes
laminas-console a suggested dependency.
- [zfcampus/zf-content-negotiation#88](https://github.com/zfcampus/zf-content-negotiation/pull/88) updates how
the `ContentTypeListener` decides how to parse incoming content when no
`Content-Type` header is present. If the content begins with a `{` or `[`
character, it will now parse it as JSON instead of as form data.
Deprecated
----------
- Nothing.
Removed
-------
- Nothing.
Fixed
-----
- [zfcampus/zf-content-negotiation#88](https://github.com/zfcampus/zf-content-negotiation/pull/88) adds a
missing import statement to the `RenameUploadFilterFactory` class definition.