From 946fb122c59cfd7a6bc34c5c3d33c553a8002af9 Mon Sep 17 00:00:00 2001 From: nicholas cristofaro Date: Sun, 28 Jul 2024 21:23:24 -0300 Subject: [PATCH] dev: Update CHANGELOG --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ede205ffa50..b5673846225 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,8 +15,13 @@ For details about compatibility between different releases, see the **Commitment ### Deprecated +- Experimental RPCs `AuthorizeGateway` and `UnauthorizeGateway` of the Gateway Claiming Server (GCLS). +- `CUPSRedirection` field of `ClaimGatewayRequest`. + ### Removed +- `authorize` and `unauthorize` sub-commands of the gateway `claim` command. + ### Fixed ### Security