diff --git a/CHANGELOG.md b/CHANGELOG.md index cc1097f98..25e981028 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## 1.7.0 +## 1.7.0 (2021-10-09) - Changes for compatibility with php5.2 - Corrected some issues with argument serialization in stacktraces (#399). @@ -10,6 +10,7 @@ - Added a processor to remove HTTP body data for POST, PUT, PATCH and DELETE requests. It will be enabled by default in `2.0` (#405). - Added a processor to sanitize HTTP headers (e.g. the Authorization header) (#428). - Added a processor to remove `pre_context`, `context_line` and `post_context` informations from reported exceptions (#429). +- Added php version badge to readme ## 1.6.2 (2017-02-03)