We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3caa40 commit 4cdb950Copy full SHA for 4cdb950
docs/changelog.rst
@@ -3,14 +3,25 @@
3
Release Notes
4
#############
5
6
+0.4.3.3
7
+=======
8
+
9
+:Release Date: 2024-06-14
10
11
+* Added support for `decimal.Decimal` objects (see
12
+ `#60 <https://github.com/tcalmant/jsonrpclib/pull/60>`_).
13
+ Thanks `@pourhouse <https://github.com/pourhouse>`_ for this improvement.
14
15
16
0.4.3.2
17
=======
18
19
:Release Date: 2022-02-19
20
21
* Reordered ``PooledJSONRPCServer`` inheritance definition
- (`#55 <https://github.com/tcalmant/jsonrpclib/issues/55>`)
22
+ (`#55 <https://github.com/tcalmant/jsonrpclib/issues/55>`_)
23
* Migration of Continuous Integration:
24
25
* Use PyTest instead of Nose
26
* Run CI with GitHub Actions instead of Travis-CI
27
0 commit comments