From c79556d31c817e665e0455f72ca6f12ecb718adf Mon Sep 17 00:00:00 2001 From: Jake Wheat Date: Mon, 12 Feb 2024 22:42:28 +0000 Subject: [PATCH] update changelog --- changelog | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog b/changelog index 6abd50c..a834a14 100644 --- a/changelog +++ b/changelog @@ -7,6 +7,7 @@ 0.7.0 support autoincrement for sqlite support table constraints without separating comma for sqlite switch source from literate to regular haskell + use megaparsec instead of parsec use prettyprinter lib instead of pretty parsing nested block comments regressed - post a bug if you need this fixed fixity parsing of union, except and intersect (matches postgres docs now)