summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-06-24 09:51:34 -0500
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-06-27 09:16:03 -0500
commit2baef8a06e43ffaca1fd481bfa4a39bf106cb7c2 (patch)
tree02e99be1df0ea7519ebd9835480528bb3a67a95c
parent148ecb337a76cb3e6a49ae785089f193e87e0600 (diff)
downloadgitlab-ce-2baef8a06e43ffaca1fd481bfa4a39bf106cb7c2.tar.gz
Update changelog
-rw-r--r--CHANGELOG13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 4a8188ea060..1d945359aa1 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -54,6 +54,19 @@ v 8.9.1
- Add API endpoint for a group issues !4520 (mahcsig)
- Fix a wrong MR status when merge_when_build_succeeds & project.only_allow_merge_if_build_succeeds are true. !4912
- Add SMTP as default delivery method to match gitlab-org/omnibus-gitlab!826. !4915
+ - Fix merge requests project settings help link anchor
+ - Fix GitLab project import issues related to notes and builds
+ - Improve performance of searching repository tags by name by using a memorized tag array
+ - Fix false truncated warnings with ISO-8559 files
+ - Eager load award emoji on notes
+ - Fix unwanted label unassignment when doing bulk action on issues page
+ - Improve performance of redacting Markdown references
+ - Fix 404 when accessing pipelines as guest user on public projects
+ - Fix mobile Safari bug where horizontal nav arrows would flicker on scroll
+ - Fix in auto merge when pipeline is nil
+ - Fix GitLab import project deleting imported file straight after being uploaded
+ - Fix a wrong MR status when merge_when_build_succeeds & project.only_allow_merge_if_build_succeeds are true
+ - Remove duplicate 'New Page' button on edit wiki page
v 8.9.0
- Fix builds API response not including commit data