From fdc3917e58dffb139a0497c0fcf2ec398471ceb3 Mon Sep 17 00:00:00 2001 From: brentstone Date: Wed, 15 Feb 2023 00:17:06 -0500 Subject: [PATCH] changelog: add #1141 --- .../bug-fixes/1141-fix-wl-storage-prefix-iter-ordering.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .changelog/unreleased/bug-fixes/1141-fix-wl-storage-prefix-iter-ordering.md diff --git a/.changelog/unreleased/bug-fixes/1141-fix-wl-storage-prefix-iter-ordering.md b/.changelog/unreleased/bug-fixes/1141-fix-wl-storage-prefix-iter-ordering.md new file mode 100644 index 00000000000..485aef36606 --- /dev/null +++ b/.changelog/unreleased/bug-fixes/1141-fix-wl-storage-prefix-iter-ordering.md @@ -0,0 +1,3 @@ +- Fixed the PrefixIter order of iteration in the write- + log to always match the iteration order in the storage. + ([#1141](https://github.com/anoma/namada/pull/1141)) \ No newline at end of file