From f9fc3fef63680f14014fff62d1ecf78bfd4b9180 Mon Sep 17 00:00:00 2001 From: Laurent Rene de Cotret Date: Fri, 3 Jan 2025 14:13:52 -0500 Subject: [PATCH] Updated changelog --- beam-postgres/ChangeLog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/beam-postgres/ChangeLog.md b/beam-postgres/ChangeLog.md index ed43a40e..9b8b7b44 100644 --- a/beam-postgres/ChangeLog.md +++ b/beam-postgres/ChangeLog.md @@ -1,3 +1,9 @@ +# Unreleased + +## Bug fixes + + * Fixed an issue where columns of type `Maybe (Vector a)` did not marshall correctly from the database. In particular, querying a `Nothing` would return `Just (Vector.fromList [])` instead (#692). + # 0.5.4.1 ## Bug fixes