summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAlejandro Rodríguez <alejorro70@gmail.com>2016-11-14 22:04:00 -0300
committerAlejandro Rodríguez <alejorro70@gmail.com>2016-11-14 22:04:00 -0300
commit5d4aeae9bf6650355e2db709bca0a96167f0ea25 (patch)
tree4557e5346850fc3859f27f6c02cb6cd41ea1189a /CHANGELOG.md
parentf4710ee83cea4c8a6b3d37f19d798757bf30ab4c (diff)
downloadgitlab-ce-5d4aeae9bf6650355e2db709bca0a96167f0ea25.tar.gz
Update CHANGELOG.md for 8.14.0-rc2
[ci skip]
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 86a37d5bdb1..1be2158b005 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,30 @@ 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.
+
+## 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