diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md index 12425f8757dc1..115a6cc42e10b 100644 --- a/actionpack/CHANGELOG.md +++ b/actionpack/CHANGELOG.md @@ -1,4 +1,5 @@ * Allow Content Security Policy DSL to generate for API responses. + *Tim Wade* * Fix `authenticate_with_http_basic` to allow for missing password.