From f75926f4b9aee33adff8bdf6b1a4137582cb47ba Mon Sep 17 00:00:00 2001 From: Benjie Gillam Date: Tue, 23 May 2023 14:21:23 +0100 Subject: [PATCH] docs(changeset): CRITICAL BUGFIX: mistake in optimization of list() can lead to arrays being truncated --- .changeset/flat-olives-pay.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .changeset/flat-olives-pay.md diff --git a/.changeset/flat-olives-pay.md b/.changeset/flat-olives-pay.md new file mode 100644 index 000000000..eb9b20e6e --- /dev/null +++ b/.changeset/flat-olives-pay.md @@ -0,0 +1,7 @@ +--- +"postgraphile": patch +"grafast": patch +--- + +CRITICAL BUGFIX: mistake in optimization of list() can lead to arrays being +truncated