Update CHANGELOG.md for 9.1.2

[ci skip]
This commit is contained in:
Timothy Andrew 2017-05-01 12:06:40 +00:00
parent d6dfbf02f7
commit 6277bda61c
9 changed files with 11 additions and 32 deletions

View File

@ -2,6 +2,17 @@
documentation](doc/development/changelog.md) for instructions on adding your own
entry.
## 9.1.2 (2017-05-01)
- Add index on ci_runners.contacted_at. !10876 (blackst0ne)
- Fix pipeline events description for Slack and Mattermost integration. !10908
- Fixed milestone sidebar showing incorrect number of MRs when collapsed. !10933
- Fix ordering of commits in the network graph. !10936
- Ensure the chat notifications service properly saves the "Notify only default branch" setting. !10959
- Lazily sets UUID in ApplicationSetting for new installations.
- Skip validation when creating internal (ghost, service desk) users.
- Use GitLab Pages v0.4.1.
## 9.1.1 (2017-04-26)
- Add a transaction around move_issues_to_ghost_user. !10465

View File

@ -1,4 +0,0 @@
---
title: Lazily sets UUID in ApplicationSetting for new installations
merge_request:
author:

View File

@ -1,4 +0,0 @@
---
title: Fix pipeline events description for Slack and Mattermost integration
merge_request: 10908
author:

View File

@ -1,4 +0,0 @@
---
title: Fix ordering of commits in the network graph
merge_request: 10936
author:

View File

@ -1,4 +0,0 @@
---
title: Fixed milestone sidebar showing incorrect number of MRs when collapsed
merge_request: 10933
author:

View File

@ -1,4 +0,0 @@
---
title: Add index on ci_runners.contacted_at
merge_request: 10876
author: blackst0ne

View File

@ -1,4 +0,0 @@
---
title: Skip validation when creating internal (ghost, service desk) users
merge_request:
author:

View File

@ -1,4 +0,0 @@
---
title: Use GitLab Pages v0.4.1
merge_request:
author:

View File

@ -1,4 +0,0 @@
---
title: Ensure the chat notifications service properly saves the "Notify only default branch" setting
merge_request: 10959
author: