summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-05-22 23:33:08 +0200
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-05-22 23:33:08 +0200
commit891888aa05bc9a0a156ea098205eb70150d53732 (patch)
tree688ba1a1baf98b9a988851fc61265b3b3b38f876
parent7f9092da1e349c51af9febaa4db4995c851ef2d2 (diff)
downloadgitlab-ce-fix/migration-helpers-mysql-compatibility.tar.gz
Add Changelog entry for MySQL compatibility fixfix/migration-helpers-mysql-compatibility
-rw-r--r--CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 01585ede586..13b937b8c46 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,8 @@
Please view this file on the master branch, on stable branches it's out of date.
+v 8.8.1 (unreleased)
+ - Fix MySQL compatibility in zero downtime migrations helpers
+
v 8.8.0 (unreleased)
- Implement GFM references for milestones (Alejandro Rodríguez)
- Snippets tab under user profile. !4001 (Long Nguyen)