From d0fa6067a9a5725d7531b7fc9c87c584bc6d6b75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Zemanovi=C4=8D?= Date: Wed, 7 Dec 2022 18:01:21 +0100 Subject: [PATCH] changelog: add #849 --- .../improvements/849-human-readable-string-encoding.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .changelog/unreleased/improvements/849-human-readable-string-encoding.md diff --git a/.changelog/unreleased/improvements/849-human-readable-string-encoding.md b/.changelog/unreleased/improvements/849-human-readable-string-encoding.md new file mode 100644 index 0000000000..18efcca794 --- /dev/null +++ b/.changelog/unreleased/improvements/849-human-readable-string-encoding.md @@ -0,0 +1,2 @@ +- Added bech32m string encoding for `common::PublicKey` and `DkgPublicKey`. + ([#849](https://github.com/anoma/namada/pull/849))