Chromium Code Reviews| Index: pkg/json_rpc_2/CHANGELOG.md |
| diff --git a/pkg/json_rpc_2/CHANGELOG.md b/pkg/json_rpc_2/CHANGELOG.md |
| index 15b5a3009f35baccd9caad6c5863bd7bf8ea02f7..a916c9ea5319fcb056d2ca9de1558cc835741b9a 100644 |
| --- a/pkg/json_rpc_2/CHANGELOG.md |
| +++ b/pkg/json_rpc_2/CHANGELOG.md |
| @@ -2,6 +2,8 @@ |
| * 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 |