Skip to content

Commit e6b7f3d

Browse files
committed
Update What's New
1 parent 6e8cfa0 commit e6b7f3d

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/whatsnew.rst

+9-1
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,20 @@ What's New
55

66
.. _whats-new-0.15.x:
77

8+
What's new in version 0.15.2 (2015-09-11)
9+
=========================================
10+
11+
This is a minor bug-fix release:
12+
13+
- Fix ``socket.create_connection()`` backport on Py2.6
14+
- Add more tests of ``urllib.request`` etc.
15+
816
What's new in version 0.15.1 (2015-09-09)
917
=========================================
1018

1119
This is a minor bug-fix release:
1220

13-
- Use 3-argument socket.create_connection() backport to restore Py2.6
21+
- Use 3-argument ``socket.create_connection()`` backport to restore Py2.6
1422
compatibility in ``urllib.request.urlopen()`` (issue #162)
1523
- Remove breakpoint in ``future.backports.http.client`` triggered on certain
1624
data (issue #164)

0 commit comments

Comments
 (0)