From a1144605204c9106d3e66d3376b30b39651290e3 Mon Sep 17 00:00:00 2001 From: Daniel Karzel Date: Sat, 17 Apr 2021 16:51:41 +1000 Subject: [PATCH] Better wording --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91f1c934..a70149d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Quote protocol returns JSON encoded data instead of CBOR. +- The quote protocol returns JSON encoded data instead of CBOR. This is a breaking change in the protocol handling, old CLI versions will not be able to process quote requests of ASBs running this version. ### Fixed