From 880863b70a9b560d2c9fb47a465cf8b9d0b0afe9 Mon Sep 17 00:00:00 2001 From: Jack Christensen Date: Thu, 3 Dec 2020 19:20:11 -0600 Subject: [PATCH] Release v1.6.2 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87ff6178..38eb89cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 1.6.2 (December 3, 2020) + +* Fix panic on assigning empty array to non-slice or array +* Fix text array parsing disambiguates NULL and "NULL" +* Fix Timestamptz.DecodeText with too short text + # 1.6.1 (October 31, 2020) * Fix simple protocol empty array support