From 325c6e53c3ee64732ca0bac88b3e47117a03cb9e Mon Sep 17 00:00:00 2001 From: Randall Leeds Date: Sat, 28 Apr 2018 00:54:20 -0700 Subject: [PATCH] Fix changelog typo --- docs/source/news.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/news.rst b/docs/source/news.rst index 80d842aa..96cb09a2 100644 --- a/docs/source/news.rst +++ b/docs/source/news.rst @@ -10,7 +10,7 @@ Changelog - support watching additional files with ``--reload-extra-file`` (:pr:`1527`) - support configuring logging with a dictionary with ``--logging-config-dict`` - (issue:`1087`, :pr:`1110`, :pr:`1602`) + (:issue:`1087`, :pr:`1110`, :pr:`1602`) - add support for the ``--config`` flag in the ``GUNICORN_CMD_ARGS`` environment variable (:issue:`1576`, :pr:`1581`) - disable ``SO_REUSEPORT`` by default and add the ``--reuse-port`` setting