summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2016-11-15 16:55:02 +0200
committerRobert Speicher <rspeicher@gmail.com>2016-11-15 16:55:02 +0200
commitaf1cf97427f4f2832bd1242e9d745237c048da2b (patch)
tree4a90e591ee6f9119427b2c2768f4960eede0d6db /CHANGELOG.md
parent37abb20cec2a9836a7d1d70a7f7535af6646df1e (diff)
downloadgitlab-ce-af1cf97427f4f2832bd1242e9d745237c048da2b.tar.gz
Revert "Update CHANGELOG.md for 8.14.0-rc2"
This reverts commit 5d4aeae9bf6650355e2db709bca0a96167f0ea25.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md21
1 files changed, 0 insertions, 21 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fe686b9fe8d..86a37d5bdb1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,27 +4,6 @@ entry.
## 8.14.0 (2016-11-22)
-- Centralize LDAP config/filter logic. !6606
-- Show random messages when the To Do list is empty. !6818 (Josep Llaneras)
-- Fix record not found error on NewNoteWorker processing. !6863 (Oswaldo Ferreira)
-- Fix expanding a collapsed diff when converting a symlink to a regular file. !6953
-- Add link to build pipeline within individual build pages. !7082
-- Add api endpoint `/groups/owned`. !7103 (Borja Aparicio)
-- Fix no "Register" tab if ldap auth is enabled (#24038). !7274 (Luc Didry)
-- Added ability to throttle Sidekiq Jobs. !7292
-- Require projects before creating milestone. !7301 (gfyoung)
-- Fix error when using invalid branch name when creating a new pipeline. !7324
-- Fix cache for commit status in commits list to respect branches. !7372
-- Removed gray button styling from todo buttons in sidebars. !7387
-- Fix project records with invalid visibility_level values. !7391
-- Use 'Forking in progress' title when appropriate. !7394 (Philip Karpiak)
-- Fix error links in help index page. !7396 (Fu Xu)
-- [Fix] Extra divider issue in dropdown. !7398
-- Project download buttons always show. !7405 (Philip Karpiak)
-- Give search-input correct padding-right value. !7407 (Philip Karpiak)
-- 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.
- 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