diff --git a/.changelog/unreleased/bug-fixes/1218-nested-lazy-vec-iter.md b/.changelog/unreleased/bug-fixes/1218-nested-lazy-vec-iter.md new file mode 100644 index 00000000000..8e11dda6022 --- /dev/null +++ b/.changelog/unreleased/bug-fixes/1218-nested-lazy-vec-iter.md @@ -0,0 +1,3 @@ +- Fixed an issue with the iterator of LazyMap with a nested LazyVec collection + that would match non-data keys and fail to decode those with the data decoder. + ([#1218](https://github.com/anoma/namada/pull/1218)) \ No newline at end of file