diff --git a/.changelog/unreleased/bug-fixes/1212-lazy-collection-sub-key.md b/.changelog/unreleased/bug-fixes/1212-lazy-collection-sub-key.md new file mode 100644 index 00000000000..49d1c5dd578 --- /dev/null +++ b/.changelog/unreleased/bug-fixes/1212-lazy-collection-sub-key.md @@ -0,0 +1,3 @@ +- Fixed an issue with lazy collections sub-key validation with the `Address` + type. This issue was also affecting the iterator of nested `LazyMap`. + ([#1212](https://github.com/anoma/namada/pull/1212))