Index: pkg/json_rpc_2/CHANGELOG.md |
diff --git a/pkg/json_rpc_2/CHANGELOG.md b/pkg/json_rpc_2/CHANGELOG.md |
index 3b0694e73adc73a44988fa8c2a1f905db934cdc8..e6ec46be37d69fcddd494802edf163364ada4ad0 100644 |
--- a/pkg/json_rpc_2/CHANGELOG.md |
+++ b/pkg/json_rpc_2/CHANGELOG.md |
@@ -1,3 +1,15 @@ |
+## 1.0.0 |
Bob Nystrom
2014/06/03 22:26:13
0.1.0!
nweiz
2014/06/03 23:37:00
Done.
|
+ |
+* 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+2 |
* Fix error response to include data from `RpcException` when not a map. |