[ 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>
diff --git a/pkg/vm_service/CHANGELOG.md b/pkg/vm_service/CHANGELOG.md
index 6758942..cbe9222 100644
--- a/pkg/vm_service/CHANGELOG.md
+++ b/pkg/vm_service/CHANGELOG.md
@@ -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`.