| Index: pkg/json_rpc_2/CHANGELOG.md
|
| diff --git a/pkg/json_rpc_2/CHANGELOG.md b/pkg/json_rpc_2/CHANGELOG.md
|
| index ba15fb31911efbad0ad97594c36d1ced233fbb9f..34123f98d340ca7217b2b77d60aee52cd553a6f0 100644
|
| --- a/pkg/json_rpc_2/CHANGELOG.md
|
| +++ b/pkg/json_rpc_2/CHANGELOG.md
|
| @@ -1,3 +1,15 @@
|
| +## 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`.
|
|
|