From d8154bf6e604be48769c76134cecd1886d8a5fee Mon Sep 17 00:00:00 2001 From: Alex Bouma Date: Tue, 20 Mar 2018 13:35:39 +0100 Subject: [PATCH] Update changelog for version 1.8.4 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11c6ca486..a930b861f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ - ... +## 1.8.4 (2018-03-20) + +- Revert ignoring fatal errors on PHP 7+ (#571) +- Add PHP runtime information (#564) +- Cleanup the `site` value if it's empty (#555) +- Add `application/json` input handling (#546) + ## 1.8.3 (2018-02-07) - Serialize breadcrumbs to prevent issues with binary data (#538)