From a997e71e9a737056e08868657fd32dff10c4845f Mon Sep 17 00:00:00 2001 From: Ekaterina Pantaz <52739957+elasticLove1@users.noreply.github.com> Date: Mon, 17 Jul 2023 17:27:50 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 314dff82e..d9f39be79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -64,6 +64,10 @@ All notable changes to this project will be documented in this file. provide value for one of these fields). - `ProcessingEvent::MessageExpired` is sent to callback in case of retry in `processing.process_message` +### Client breaking changes +- `boc.encode_tvc` and `boc.decode_tvc` are renamed to `boc.encode_state_init` + and `boc.decode_state_init` + ## [1.42.1] – 2023-03-23 ### Fixed