Update CHANGELOG.md for 8.14.4
[ci skip]
This commit is contained in:
parent
50a784482e
commit
e374ab7b42
8 changed files with 13 additions and 29 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -2,6 +2,19 @@
|
|||
documentation](doc/development/changelog.md) for instructions on adding your own
|
||||
entry.
|
||||
|
||||
## 8.14.4 (2016-12-08)
|
||||
|
||||
- Fix diff view permalink highlighting. !7090
|
||||
- Fix pipeline author for Slack and use pipeline id for pipeline link. !7506
|
||||
- Fix compatibility with Internet Explorer 11 for merge requests. !7525 (Steffen Rauh)
|
||||
- Reenables /user API request to return private-token if user is admin and request is made with sudo. !7615
|
||||
- Fix Cicking on tabs on pipeline page should set URL. !7709
|
||||
- Authorize users into imported GitLab project.
|
||||
- Destroy a user's session when they delete their own account.
|
||||
- Don't accidentally mark unsafe diff lines as HTML safe.
|
||||
- Replace MR access checks with use of MergeRequestsFinder.
|
||||
- Remove visible content caching.
|
||||
|
||||
## 8.14.3 (2016-12-02)
|
||||
|
||||
- Pass commit data to ProcessCommitWorker to reduce Git overhead. !7744
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
---
|
||||
title: Fix diff view permalink highlighting
|
||||
merge_request: 7090
|
||||
author:
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Reenables /user API request to return private-token if user is admin and request
|
||||
is made with sudo
|
||||
merge_request: 7615
|
||||
author:
|
|
@ -1,4 +0,0 @@
|
|||
---
|
||||
title: Fix Cicking on tabs on pipeline page should set URL
|
||||
merge_request: 7709
|
||||
author:
|
|
@ -1,4 +0,0 @@
|
|||
---
|
||||
title: Authorize users into imported GitLab project
|
||||
merge_request:
|
||||
author:
|
|
@ -1,4 +0,0 @@
|
|||
---
|
||||
title: Fix compatibility with Internet Explorer 11 for merge requests
|
||||
merge_request: 7525
|
||||
author: Steffen Rauh
|
|
@ -1,4 +0,0 @@
|
|||
---
|
||||
title: Fix pipeline author for Slack and use pipeline id for pipeline link
|
||||
merge_request: 7506
|
||||
author:
|
|
@ -1,4 +0,0 @@
|
|||
---
|
||||
title: Remove visible content caching
|
||||
merge_request:
|
||||
author:
|
Loading…
Reference in a new issue