From ce1b29f66b87a6e432f25973aff2bac58784e8c0 Mon Sep 17 00:00:00 2001 From: benoitc Date: Sat, 28 Jun 2014 18:08:49 +0200 Subject: [PATCH] link tickets in the changelog --- docs/source/news.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 +++++++++++++