diff options
author | Lin Jen-Shin <godfat@godfat.org> | 2017-04-26 11:54:45 +0000 |
---|---|---|
committer | Lin Jen-Shin <godfat@godfat.org> | 2017-04-26 11:54:45 +0000 |
commit | 93a698f9b25baa1d3a66326f3f9761103c5ffb87 (patch) | |
tree | 2fafc3fb4f8b6231cb582a9d2b7a0332fe44bc6f /CHANGELOG.md | |
parent | ebccceae8ab17d45a7feef091e1d0172f1474d2d (diff) | |
download | gitlab-ce-93a698f9b25baa1d3a66326f3f9761103c5ffb87.tar.gz |
Update CHANGELOG.md for 9.1.1
[ci skip]
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 977a7927615..a47c43dd5d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ documentation](doc/development/changelog.md) for instructions on adding your own entry. +## 9.1.1 (2017-04-26) + +- Add a transaction around move_issues_to_ghost_user. !10465 +- Properly expire cache for all MRs of a pipeline. !10770 +- Add sub-nav for Project Integration Services edit page. !10813 +- Fix missing duration for blocked pipelines. !10856 +- Fix lastest commit status text on main project page. !10863 +- Add index on ci_builds.updated_at. !10870 (blackst0ne) +- Fix 500 error due to trying to show issues from pending deleting projects. !10906 +- Ensures that OAuth/LDAP/SAML users don't need to be confirmed. +- Ensure replying to an individual note by email creates a note with its own discussion ID. +- Fix OAuth, LDAP and SAML SSO when regular sign-ups are disabled. +- Fix usage ping docs link from empty cohorts page. +- Eliminate N+1 queries in loading namespaces for every issuable in milestones. + ## 9.1.0 (2017-04-22) - Added merge requests empty state. !7342 |