From a591b8ed120464effa617f54a5851922f6d6b92c Mon Sep 17 00:00:00 2001 From: Paul Tremberth Date: Wed, 4 May 2016 16:10:24 +0200 Subject: [PATCH] Add release notes for 1.0.6 --- docs/news.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/news.rst b/docs/news.rst index 3e60b2b4f..8dd3261c9 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -3,6 +3,14 @@ Release notes ============= +1.0.6 (2016-05-04) +------------------ + +- FIX: RetryMiddleware is now robust to non-standard HTTP status codes (:issue:`1857`) +- FIX: Filestorage HTTP cache was checking wrong modified time (:issue:`1875`) +- DOC: Support for Sphinx 1.4+ (:issue:`1893`) +- DOC: Consistency in selectors examples (:issue:`1869`) + 1.0.5 (2016-02-04) ------------------