Skip to content

Commit 6ffc8c8

Browse files
committed
Updated changelog
1 parent c2a2146 commit 6ffc8c8

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

docs/changelog.rst

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,26 @@ Release Notes
66
0.4.2
77
=====
88

9-
:Release Date: 2020-10-23
9+
:Release Date: 2020-11-09
1010

1111
* Use ``urlparse`` from ``urllib.parse`` (Python 3) or ``urlparse`` (Python 2)
1212
to prepare for the deprecation of ``urllib.parse.splittype``.
1313
Thanks to `@citrus-it <https://github.com/citrus-it>`_ and
1414
`@markmcclain <https://github.com/markmcclain>`_ for this fix.
1515
(see `#44 <https://github.com/tcalmant/jsonrpclib/pull/44>`_ and
1616
`#45 <https://github.com/tcalmant/jsonrpclib/pull/45>`_ for more details)
17-
17+
* Unix socket clients now send ``localhost`` as ``Host:`` HTTP field instead of
18+
the path to the socket
19+
(see `#47 <https://github.com/tcalmant/jsonrpclib/pull/47>`_).
20+
Thanks `@markmcclain <https://github.com/markmcclain>`_ for this fix.
21+
* Added a ``TransportError`` exception, subclass of ``ProtocolError``, which
22+
provides more details
23+
(see `#46 <https://github.com/tcalmant/jsonrpclib/pull/49>`_).
24+
Thanks `@markmcclain <https://github.com/markmcclain>`_ for this improvement.
25+
* Added PowerPC 64 architecture (``ppc64le``) to Travis CI runs, to ease the
26+
integration of new release into RHEL/Ubuntu (see
27+
`#50 <https://github.com/tcalmant/jsonrpclib/pull/50>`_ by
28+
`@kishorkunal-raj <https://github.com/kishorkunal-raj>`_)
1829

1930
0.4.1
2031
=====

0 commit comments

Comments
 (0)