summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2016-06-24 16:51:59 -0400
committerRobert Speicher <rspeicher@gmail.com>2016-06-24 16:51:59 -0400
commit350f857e11e801725e5a8b5d9e6b5f6460c729e8 (patch)
tree0b3c386a376358602e832decb56cb284f6f73cca
parentc7a9623c2a6a85aa2fdef9193ecb8c063e0b25d2 (diff)
downloadgitlab-ce-350f857e11e801725e5a8b5d9e6b5f6460c729e8.tar.gz
Fix CHANGELOG for !4628
[ci skip]
-rw-r--r--CHANGELOG9
1 files changed, 1 insertions, 8 deletions
diff --git a/CHANGELOG b/CHANGELOG
index df5e54775df..f0d678db0b2 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,7 @@ Please view this file on the master branch, on stable branches it's out of date.
v 8.9.1 (unreleased)
- Refactor labels documentation. !3347
+ - Eager load award emoji on notes. !4628
- Fix some CI wording in documentation. !4660
- Document `GIT_STRATEGY` and `GIT_DEPTH`. !4720
- Add documentation for the export & import features. !4732
@@ -35,18 +36,10 @@ v 8.9.1 (unreleased)
- 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
- - Eager load award emoji on notes
- 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)
-v 8.9.1
- - 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
- - Fix 404 when accessing pipelines as guest user on public projects
-
v 8.9.0
- Fix builds API response not including commit data
- Fix error when CI job variables key specified but not defined