Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2016-06-26 22:02:19 +0300
committerRobert Speicher <rspeicher@gmail.com>2016-06-26 22:02:19 +0300
commite24601c1375f273d88f98a2acebe9a7b943dc7bd (patch)
tree4e56b36447f5c690298588a2e078468c732dbd56 /CHANGELOG
parent68accfd0490b7b2b3c5be1066e59d149584f981a (diff)
Correct CHANGELOG for 8.9.1
[ci skip]
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG2
1 files changed, 0 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index d6ffe7e10f0..0e3d60f8c59 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -36,8 +36,6 @@ v 8.9.1
- Bump gitlab_git to 10.2.3 to fix false truncated warnings with ISO-8559 files. !4884
- Apply selected value as label. !4886
- Fix temp file being deleted after the request while importing a GitLab project. !4894
- - Fix pagination when sorting by columns with lots of ties (like priority)
- - Implement Subresource Integrity for CSS and JavaScript assets. This prevents malicious assets from loading in the case of a CDN compromise.
- Fix user creation with stronger minimum password requirements !4054 (nathan-pmt)
- 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