Update CHANGELOG.md for 9.0.6
[ci skip]
This commit is contained in:
parent
7d2e2bd350
commit
6e1ebcf6e8
10 changed files with 12 additions and 37 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -2,6 +2,18 @@
|
|||
documentation](doc/development/changelog.md) for instructions on adding your own
|
||||
entry.
|
||||
|
||||
## 9.0.6 (2017-04-21)
|
||||
|
||||
- Bugfix: POST /projects/:id/hooks and PUT /projects/:id/hook/:hook_id no longer ignore the the job_events param in the V4 API. !10586
|
||||
- Fix MR widget bug that merged a MR when Merge when pipeline succeeds was clicked via the dropdown. !10611
|
||||
- Fix PlantUML integration in GFM. !10651
|
||||
- Show sub-nav under Merge Requests when issue tracker is non-default. !10658
|
||||
- Fix restricted project visibility setting available to users.
|
||||
- Removed orphaned notification settings without a namespace.
|
||||
- Fix issue's note cache expiration after delete. (mhasbini)
|
||||
- Display custom hook error messages when automatic merge is enabled.
|
||||
- Fix filtered search input width for IE.
|
||||
|
||||
## 9.0.5 (2017-04-10)
|
||||
|
||||
- Add shortcuts and counters to MRs and issues in navbar.
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
---
|
||||
title: Fix filtered search input width for IE
|
||||
merge_request:
|
||||
author:
|
|
@ -1,4 +0,0 @@
|
|||
---
|
||||
title: Fix issue's note cache expiration after delete
|
||||
merge_request:
|
||||
author: mhasbini
|
|
@ -1,4 +0,0 @@
|
|||
---
|
||||
title: Show sub-nav under Merge Requests when issue tracker is non-default.
|
||||
merge_request: 10658
|
||||
author:
|
|
@ -1,4 +0,0 @@
|
|||
---
|
||||
title: Display custom hook error messages when automatic merge is enabled
|
||||
merge_request:
|
||||
author:
|
|
@ -1,4 +0,0 @@
|
|||
---
|
||||
title: Removed orphaned notification settings without a namespace
|
||||
merge_request:
|
||||
author:
|
|
@ -1,4 +0,0 @@
|
|||
---
|
||||
title: Fix restricted project visibility setting available to users
|
||||
merge_request:
|
||||
author:
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Fix MR widget bug that merged a MR when Merge when pipeline succeeds was clicked
|
||||
via the dropdown
|
||||
merge_request: 10611
|
||||
author:
|
|
@ -1,4 +0,0 @@
|
|||
---
|
||||
title: Fix PlantUML integration in GFM
|
||||
merge_request: 10651
|
||||
author:
|
|
@ -1,4 +0,0 @@
|
|||
---
|
||||
title: "Bugfix: POST /projects/:id/hooks and PUT /projects/:id/hook/:hook_id no longer ignore the the job_events param in the V4 API"
|
||||
merge_request: 10586
|
||||
author:
|
Loading…
Reference in a new issue