From a724b5d111e2a817187d7898b5a05d7928a2526d Mon Sep 17 00:00:00 2001 From: William Desportes Date: Mon, 16 Aug 2021 23:10:20 +0200 Subject: [PATCH] Add a ChangeLog entry for #168 Signed-off-by: William Desportes --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52d94281c..b517cac23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ - Fixed BufferedQuery when it has an odd number of backslashes in the end (#340) - Fixed the issue that ignored the body tokens when creating views with union (#343) +- Fixed parser errors on "ALTER TABLE" statements to add columns with SET type (#168) ## [4.7.2] - 2021-02-05