From 1f51e630d32ceda0720999d5698887b367e7b61e Mon Sep 17 00:00:00 2001 From: Jake Wheat Date: Fri, 26 Jan 2024 17:17:28 +0000 Subject: [PATCH] update changelog --- changelog | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/changelog b/changelog index 21e9973..f58dfc8 100644 --- a/changelog +++ b/changelog @@ -1,4 +1,4 @@ -0.7.0 (unreleased) +0.7.0 support autoincrement for sqlite support table constraints without separating comma for sqlite switch source from literate to regular haskell @@ -11,6 +11,7 @@ tested with latest three main ghc releases (9.8.1, 9.6.4, and 9.4.8) and stack lts 22.5 the makeSelect helper is now a distinct type, code using it will need some trivial tweaks, this is change so that code using makeSelect doesn't emit warnings + overhaul website 0.6.1 added odbc handling to sqlsqerver dialect added sqlserver dialect case for convert function 0.6.0