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`.