summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorTimothy Andrew <mail@timothyandrew.net>2017-05-01 12:06:40 +0000
committerTimothy Andrew <mail@timothyandrew.net>2017-05-01 12:06:40 +0000
commit6277bda61c511696f9d12fae4238b5214a722571 (patch)
tree51cfc33838916fd759fc2140a6c759ebd88770ad /CHANGELOG.md
parentd6dfbf02f706c138b43c06886ba8b36512e32b0a (diff)
downloadgitlab-ce-6277bda61c511696f9d12fae4238b5214a722571.tar.gz
Update CHANGELOG.md for 9.1.2
[ci skip]
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a47c43dd5d6..2686d778b09 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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