Update CHANGELOG.md for 9.1.4

[ci skip]
This commit is contained in:
Felipe Artur 2017-05-12 20:25:20 -03:00
parent bbaad50b89
commit 6b1912bf56
9 changed files with 11 additions and 33 deletions

View File

@ -2,6 +2,17 @@
documentation](doc/development/changelog.md) for instructions on adding your own
entry.
## 9.1.4 (2017-05-12)
- Fix error on CI/CD Settings page related to invalid pipeline trigger. !10948 (dosuken123)
- Sort the network graph both by commit date and topographically. !11057
- Fix cross referencing for private and internal projects. !11243
- Handle incoming emails from aliases correctly.
- Gracefully handle failures for incoming emails which do not match on the To header, and have no References header.
- Add missing project attributes to Import/Export.
- Fixed search terms not correctly highlighting.
- Fixed bug where merge request JSON would be displayed.
## 9.1.3 (2017-05-05)
- Do not show private groups on subgroups page if user doesn't have access to.

View File

@ -1,4 +0,0 @@
---
title: Handle incoming emails from aliases correctly
merge_request:
author:

View File

@ -1,4 +0,0 @@
---
title: Sort the network graph both by commit date and topographically
merge_request: 11057
author:

View File

@ -1,4 +0,0 @@
---
title: Fix error on CI/CD Settings page related to invalid pipeline trigger
merge_request: 10948
author: dosuken123

View File

@ -1,4 +0,0 @@
---
title: Fix cross referencing for private and internal projects
merge_request: 11243
author:

View File

@ -1,5 +0,0 @@
---
title: Gracefully handle failures for incoming emails which do not match on the To
header, and have no References header
merge_request:
author:

View File

@ -1,4 +0,0 @@
---
title: Add missing project attributes to Import/Export
merge_request:
author:

View File

@ -1,4 +0,0 @@
---
title: Fixed search terms not correctly highlighting
merge_request:
author:

View File

@ -1,4 +0,0 @@
---
title: Fixed bug where merge request JSON would be displayed
merge_request:
author: