From 1ef2adfb886e0d539ec8bf87d7b1ff75c8b5985b Mon Sep 17 00:00:00 2001 From: Tiago Carvalho Date: Fri, 7 Jun 2024 14:44:23 +0200 Subject: [PATCH] Changelog for #3389 --- .../bug-fixes/3389-consistent-datetime-serialization.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .changelog/unreleased/bug-fixes/3389-consistent-datetime-serialization.md 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