[ package:vm_service ] Update incorrect information in CHANGELOG.md

Change-Id: I2ddcf91bba6935cc4e3c50c92444a16637a34894
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/140680
Reviewed-by: Jonah Williams <jonahwilliams@google.com>
This commit is contained in:
Ben Konyi
2020-03-23 19:52:21 +00:00
parent b3c89f4b92
commit 4d1eca059f
+2 -2
View File
@@ -1,8 +1,8 @@
# Changelog
## 4.0.0
- **breaking**: RPCs which can return a `Sentinel` will now throw the `Sentinel`
it is received as a response.
- **breaking**: RPCs which can return a `Sentinel` will now throw a `SentinelException`
if a `Sential` is received as a response.
- **breaking**: RPCs which can return multiple values now return
`Future<Response>` rather than `Future<dynamic>`.
- `RPCError` now implements `Exception`.