Index: CHANGELOG.md |
diff --git a/CHANGELOG.md b/CHANGELOG.md |
index 8383615c29985ace1b99a912c6c7b8ebf3e7a103..7159cd1fc0fb3483de6d0277044b5d657cef31e0 100644 |
--- a/CHANGELOG.md |
+++ b/CHANGELOG.md |
@@ -76,6 +76,15 @@ |
[package spec proposal]: https://github.com/lrhn/dep-pkgspec |
+### 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. |
+ |
## 1.11.2 |
### Core library changes |