Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-05-23 00:33:08 +0300
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-05-23 00:33:08 +0300
commit891888aa05bc9a0a156ea098205eb70150d53732 (patch)
tree688ba1a1baf98b9a988851fc61265b3b3b38f876 /CHANGELOG
parent7f9092da1e349c51af9febaa4db4995c851ef2d2 (diff)
Add Changelog entry for MySQL compatibility fix
Diffstat (limited to 'CHANGELOG')
-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)