summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2016-11-15 11:43:05 +0200
committerRobert Speicher <rspeicher@gmail.com>2016-11-15 11:43:05 +0200
commit05692e0bfab58ddc4082394c711b50b27d89f4b6 (patch)
tree898d7fec7ff99bce6271d3ef1cff1724667f948e
parent1dcd521edb3d179f04b6c366507544607a7eb9de (diff)
downloadgitlab-ce-05692e0bfab58ddc4082394c711b50b27d89f4b6.tar.gz
Fix duplicate changelog headers
[ci skip]
-rw-r--r--CHANGELOG.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1be2158b005..fe686b9fe8d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -25,9 +25,6 @@ entry.
- Remove additional padding on right-aligned items in MR widget. !7411 (Didem Acet)
- Fix issue causing Labels not to appear in sidebar on MR page. !7416 (Alex Sanford)
- Fix project Visibility Level selector not using default values.
-
-## 8.14.0 (2016-11-22)
-
- Use separate email-token for incoming email and revert back the inactive feature. !5914
- Replace jQuery.timeago with timeago.js. !6274 (ClemMakesApps)
- Add CI notifications. Who triggered a pipeline would receive an email after the pipeline is succeeded or failed. Users could also update notification settings accordingly. !6342