diff --git a/CHANGELOG.md b/CHANGELOG.md index dcac3bfd..1e27f9ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +### Changed +- The `invalidClient()` function accepts a PSR-7 compliant `$serverRequest` argument to avoid accessing the `$_SERVER` global variable and improve testing (PR #899) + ### Fixed - No longer set a WWW-Authenticate header for invalid clients if the client did not send an Authorization header in the original request