summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 18e73b7..0d32512 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,12 +1,15 @@
# Change Log
+## [Unreleased] -
+
+* Fix ALTER TABLE ... PRIMARY/UNIQUE KEY results in error (#267)
+
## [4.4.0] - 2019-11-12
* Fix for PHP deprecations messages about implode for php 7.4+ (#258)
* Parse CHECK keyword on table definition (#264)
* Parse truncate statement (#221)
* Fix wrong parsing of partitions (#265)
-* Fix ALTER TABLE ... PRIMARY/UNIQUE KEY results in error (#267)
## [4.3.2] - 2019-06-03