File tree 1 file changed +9
-3
lines changed
1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -188,14 +188,20 @@ Bugfixes
188
188
- Various logging related fixes (:issue: `1294 `, :issue: `1419 `, :issue: `1263 `,
189
189
:issue: `1624 `, :issue: `1654 `, :issue: `1722 `, :issue: `1726 ` and :issue: `1303 `).
190
190
- Fixed bug in ``utils.template.render_templatefile() `` (:issue: `1212 `).
191
- - Fixed bug with filestorage HTTP cache checking wrong modified time (:issue: `1875 `).
192
- - ``RetryMiddleware `` is now robust to non-standard HTTP status codes
193
- (:issue: `1857 `).
194
191
- sitemaps extraction from ``robots.txt `` is now case-insensitive (:issue: `1902 `).
195
192
- HTTPS+CONNECT tunnels could get mixed up when using multiple proxies
196
193
to same remote host (:issue: `1912 `).
197
194
198
195
196
+ 1.0.6 (2016-05-04)
197
+ ------------------
198
+
199
+ - FIX: RetryMiddleware is now robust to non-standard HTTP status codes (:issue: `1857 `)
200
+ - FIX: Filestorage HTTP cache was checking wrong modified time (:issue: `1875 `)
201
+ - DOC: Support for Sphinx 1.4+ (:issue: `1893 `)
202
+ - DOC: Consistency in selectors examples (:issue: `1869 `)
203
+
204
+
199
205
1.0.5 (2016-02-04)
200
206
------------------
201
207
You can’t perform that action at this time.
0 commit comments