Skip to content

Commit ab74482

Browse files
committed
Add 0,18.1 release notes
1 parent 53bdf1c commit ab74482

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

docs/news.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
33
Release notes
44
=============
55

6+
0.18.1 (released 2013-08-27)
7+
----------------------------
8+
9+
- remove extra import added by cherry picked changes (:commit:`d20304e`)
10+
- fix crawling tests under twisted pre 11.0.0 (:commit:`1994f38`)
11+
- py26 can not format zero length fields {} (:commit:`abf756f`)
12+
- test PotentiaDataLoss errors on unbound responses (:commit:`b15470d`)
13+
- Treat responses without content-length or Transfer-Encoding as good responses (:commit:`c4bf324`)
14+
- do no include ResponseFailed if http11 handler is not enabled (:commit:`6cbe684`)
15+
- New HTTP client wraps connection losts in ResponseFailed exception. fix #373 (:commit:`1a20bba`)
16+
- limit travis-ci build matrix (:commit:`3b01bb8`)
17+
- Merge pull request #375 from peterarenot/patch-1 (:commit:`fa766d7`)
18+
- Fixed so it refers to the correct folder (:commit:`3283809`)
19+
- added quantal & raring to support ubuntu releases (:commit:`1411923`)
20+
- fix retry middleware which didn't retry certain connection errors after the upgrade to http1 client, closes GH-373 (:commit:`bb35ed0`)
21+
- fix XmlItemExporter in Python 2.7.4 and 2.7.5 (:commit:`de3e451`)
22+
- minor updates to 0.18 release notes (:commit:`c45e5f1`)
23+
- fix contributters list format (:commit:`0b60031`)
24+
625
0.18.0 (released 2013-08-09)
726
----------------------------
827

0 commit comments

Comments
 (0)