diff --git a/.changelog/unreleased/bug-fixes/3389-consistent-datetime-serialization.md b/.changelog/unreleased/bug-fixes/3389-consistent-datetime-serialization.md new file mode 100644 index 00000000000..ca4ab93150d --- /dev/null +++ b/.changelog/unreleased/bug-fixes/3389-consistent-datetime-serialization.md @@ -0,0 +1,3 @@ +- Our `DateTimeUtc` type allowed a relaxed representation of RFC3339 strings. + We now enforce a string subset of this format, to guarantee deterministic + serialization. ([\#3389](https://github.com/anoma/namada/pull/3389)) \ No newline at end of file