| Index: CHANGELOG.md
|
| diff --git a/CHANGELOG.md b/CHANGELOG.md
|
| index 44d3fb4f2a1282c5e569e40a0c0f3fe05c559b5d..4217d994eda4c0efed218b557afd24ebbd729a39 100644
|
| --- a/CHANGELOG.md
|
| +++ b/CHANGELOG.md
|
| @@ -78,6 +78,13 @@
|
|
|
| ### VM Service Protocol Changes
|
|
|
| +* The service protocol now includes a `"jsonrpc"` property in its responses, as
|
| + opposed to `"json-rpc"`.
|
| +
|
| +* The service protocol now properly handles requests with non-string ids.
|
| + Numeric ids are no longer converted to strings, and null ids now don't produce
|
| + a response.
|
| +
|
| * Some RPCs that didn't include a `"jsonrpc"` property in their responses now
|
| include one.
|
|
|
|
|