diff --git a/docs/source/news.rst b/docs/source/news.rst index ef0ef443..5d0b07ae 100644 --- a/docs/source/news.rst +++ b/docs/source/news.rst @@ -10,11 +10,11 @@ Changes Core ++++ -- fix #785: handle binary type address given to a client socket address +- fix `#785 `_: handle binary type address given to a client socket address - fix graceful shutdown. make sure QUIT and TERMS signals are switched everywhere. -- support loading config from module (#799) -- fix check for file-like objects (#805) +- support loading config from module (`#799 `_) +- fix check for file-like objects (`#805 `_) Tornado worker ++++++++++++++ @@ -27,18 +27,18 @@ Tornado worker AioHttp worker ++++++++++++++ -- fix: fetch all body in input. fix #803 +- fix: fetch all body in input. fix `#803 `_ - fix: don't install the worker if python < 3.3 Logging +++++++ -- add statsd logging handler fix #748 +- add statsd logging handler fix `#748 `_ Extra +++++ -- fix RuntimeError in gunicorn.reloader (#807) +- fix RuntimeError in gunicorn.reloader (`#807 `_) Documentation +++++++++++++