Skip to content

Commit 5af542d

Browse files
committed
Added 0.4.3 in changelog
1 parent fbfa80b commit 5af542d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

docs/changelog.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
33
Release Notes
44
#############
55

6+
0.4.3
7+
=====
8+
9+
:Release Date: 2021-09-26
10+
11+
* ``ServerProxy`` keeps the given query string, as before 0.4.2.
12+
This release fixes `#51 <https://github.com/tcalmant/jsonrpclib/issues/51>`_,
13+
and a unit test has been added to ensure there won't be any regression again on this feature
14+
* JSON library selection is now made in the ``jsonrpclib.jsonlib`` module,
15+
using a set of handler classes. This will ease the addition of new libraries.
16+
* Added support for ujson
17+
* Fixed Travis-CI builds (migrated from .org to .com and bypassed the coveralls issue with ppc64le)
18+
* Fixed an issue with the CGI test in Python 3-only environments
19+
20+
621
0.4.2
722
=====
823

0 commit comments

Comments
 (0)