Skip to content

Commit

Permalink
Fix changelog links to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
bcb committed Nov 15, 2015
1 parent 6032632 commit 43dd7d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ Recent Changes
-------------------

- Send `batch requests
<https://jsonrpcserver.readthedocs.org/http.html#batch-requests>`_.
<https://jsonrpcclient.readthedocs.org/http.html#batch-requests>`_.

- Send a raw JSON-RPC message with `send()
<https://jsonrpcserver.readthedocs.org/http.html#usage>`_.
<https://jsonrpcclient.readthedocs.org/http.html#usage>`_.

- The ``id`` part of requests can be `configured
<https://jsonrpcserver.readthedocs.org/api.html#id-iterators>`_.
<https://jsonrpcclient.readthedocs.org/api.html#id-iterators>`_.

- Using the method name directly on the server object, e.g. ``server.cat()``, is
now equal to ``server.request('cat')``. (Previously it was equal to
Expand Down

0 comments on commit 43dd7d9

Please sign in to comment.