Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1431)

Unified Diff: pkg/json_rpc_2/CHANGELOG.md

Issue 707063002: Add a Peer class to json_rpc_2. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Code review changes Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | pkg/json_rpc_2/lib/json_rpc_2.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | pkg/json_rpc_2/lib/json_rpc_2.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698