From c4e2b4bda398ba1f43210372e903493f5eb18f6d Mon Sep 17 00:00:00 2001 From: Jack Christensen Date: Sat, 27 Jun 2020 12:24:46 -0500 Subject: [PATCH] Update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8b891c1..57db99c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,9 @@ * Clarify and normalize Value semantics * Fix hstore with empty string values * Numeric supports NaN values (leighhopcroft) +* Add slice of pointer support to array types (megaturbo) +* Add jsonb array type (tserakhau) +* Allow converting intervals with months and days to duration # 1.3.0 (March 30, 2020)