From 1cfb59caaa3b4f12a387a087e25e3366ad2b2ad4 Mon Sep 17 00:00:00 2001 From: Randall Leeds Date: Mon, 15 Feb 2021 20:00:13 -0800 Subject: [PATCH] Fix changelog lint --- docs/source/2021-news.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/2021-news.rst b/docs/source/2021-news.rst index b9f27b0c..7875f0a7 100644 --- a/docs/source/2021-news.rst +++ b/docs/source/2021-news.rst @@ -11,7 +11,7 @@ Changelog - 2021 - document WEB_CONCURRENCY is set by, at least, Heroku - capture peername from accept: Avoid calls to getpeername by capturing the peer name returned by -accept + accept - log a warning when a worker was terminated due to a signal - fix tornado usage with latest versions of Django - add support for python -m gunicorn