diff options
author | Valery Piashchynski <[email protected]> | 2020-09-02 11:33:49 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-09-02 11:33:49 +0300 |
commit | 5d499ec1bf08b902bcf4664b985e366db6271da0 (patch) | |
tree | 9a13b78387ebc55fc8492ca803f9b39771213bd6 | |
parent | 163c72df6e4a46aa78ab825670aedce069bae40f (diff) |
Grammar fix
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 493d4dc8..a17106b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ v1.8.3 (02.09.2020) - Proper handle of `broken pipe` error on Linux and Windows. - PCI DSS compliant upgrade (thanks @antonydevanchi). - Fix HSTS header (thanks @antonydevanchi). -- Add Request and Response headers to a static files (thanks @siad007). +- Add Request and Response headers to static files (thanks @siad007). - Add user_namespaces check when running RR worker from particular user. v1.8.2 (06.06.2020) |