diff --git a/docs/source/2013-news.rst b/docs/source/2013-news.rst index aeeec714..2545b61c 100644 --- a/docs/source/2013-news.rst +++ b/docs/source/2013-news.rst @@ -1,6 +1,16 @@ Changelog - 2013 ================ +0.17.2 / 2013-01-07 +------------------- + +- optimize readline +- make imports errors more visiblle when loading an app or a logging + class +- fix tornado worker: don't pass ssl options if there are none +- fix PEP3333: accept only bytetrings in the response body +- fix support on CYGWIN platforms + 0.17.1 / 2013-01-05 ------------------- diff --git a/docs/source/news.rst b/docs/source/news.rst index e83c706e..4dcca365 100644 --- a/docs/source/news.rst +++ b/docs/source/news.rst @@ -1,8 +1,8 @@ Changelog ========= -0.17.2 / current ----------------- +0.17.2 / 2013-01-07 +------------------- - optimize readline - make imports errors more visiblle when loading an app or a logging