From 64aad8d4d78cdfd424f0eb7c1bf47cbbd232fea0 Mon Sep 17 00:00:00 2001 From: grdddj Date: Thu, 14 Sep 2023 12:31:26 +0200 Subject: [PATCH] chore(all): add changelog entries for address chunkification --- core/.changelog.d/3237.added | 1 + python/.changelog.d/3237.added | 1 + 2 files changed, 2 insertions(+) create mode 100644 core/.changelog.d/3237.added create mode 100644 python/.changelog.d/3237.added diff --git a/core/.changelog.d/3237.added b/core/.changelog.d/3237.added new file mode 100644 index 0000000000..08672d1dc7 --- /dev/null +++ b/core/.changelog.d/3237.added @@ -0,0 +1 @@ +Add support for address chunkification in Receive and Sign flow. diff --git a/python/.changelog.d/3237.added b/python/.changelog.d/3237.added new file mode 100644 index 0000000000..08672d1dc7 --- /dev/null +++ b/python/.changelog.d/3237.added @@ -0,0 +1 @@ +Add support for address chunkification in Receive and Sign flow.