From 4d1eca059f4b139ae034b53ca557dba9fc4b42da Mon Sep 17 00:00:00 2001 From: Ben Konyi Date: Mon, 23 Mar 2020 19:52:21 +0000 Subject: [PATCH] [ 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 --- pkg/vm_service/CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/vm_service/CHANGELOG.md b/pkg/vm_service/CHANGELOG.md index 6758942afcd..cbe922209b9 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` rather than `Future`. - `RPCError` now implements `Exception`.