summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Sumaran <alfredo@gitlab.com>2016-06-23 07:05:05 -0500
committerAlfredo Sumaran <alfredo@gitlab.com>2016-06-23 16:13:42 -0500
commit7c9909eb64ce346fc40a831493ffe8faef3d9d9d (patch)
tree1883066a54e29670ba0c51455ab890fc6aa7f5e5
parentd18e407c409cf4b353797cb343a1c627e033e963 (diff)
downloadgitlab-ce-7c9909eb64ce346fc40a831493ffe8faef3d9d9d.tar.gz
Update CHANGELOG
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index fcfd0a21be3..5c87f86bf3a 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -5,6 +5,7 @@ v 8.10.0 (unreleased)
- Add Sidekiq queue duration to transaction metrics.
- Fix MR-auto-close text added to description. !4836
- Fix pagination when sorting by columns with lots of ties (like priority)
+ - Fix unwanted label unassignment when doing bulk action on issues page
- 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)