| Index: pkg/json_rpc_2/CHANGELOG.md
|
| diff --git a/pkg/json_rpc_2/CHANGELOG.md b/pkg/json_rpc_2/CHANGELOG.md
|
| deleted file mode 100644
|
| index a916c9ea5319fcb056d2ca9de1558cc835741b9a..0000000000000000000000000000000000000000
|
| --- a/pkg/json_rpc_2/CHANGELOG.md
|
| +++ /dev/null
|
| @@ -1,25 +0,0 @@
|
| -## 1.0.0
|
| -
|
| -* Add a `Client` class for communicating with external JSON-RPC 2.0 servers.
|
| -
|
| -* Add a `Peer` class that's both a `Client` and a `Server`.
|
| -
|
| -## 0.1.0
|
| -
|
| -* Remove `Server.handleRequest()` and `Server.parseRequest()`. Instead, `new
|
| - Server()` takes a `Stream` and a `StreamSink` and uses those behind-the-scenes
|
| - for its communication.
|
| -
|
| -* Add `Server.listen()`, which causes the server to begin listening to the
|
| - underlying request stream.
|
| -
|
| -* Add `Server.close()`, which closes the underlying request stream and response
|
| - sink.
|
| -
|
| -## 0.0.2+3
|
| -
|
| -* Widen the version constraint for `stack_trace`.
|
| -
|
| -## 0.0.2+2
|
| -
|
| -* Fix error response to include data from `RpcException` when not a map.
|
|
|