summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorick Peterse <yorickpeterse@gmail.com>2016-06-24 18:19:15 +0200
committerYorick Peterse <yorickpeterse@gmail.com>2016-06-24 18:19:15 +0200
commit2e33e7044cdf225b0af4d4cbedf8e582ef2e61ea (patch)
tree7b5b87cd23d0cabf47eed75a8ba6574f5b14cb8d
parent0372afe22ae6e48a85da37d02f6ba740f202b35d (diff)
downloadgitlab-ce-2e33e7044cdf225b0af4d4cbedf8e582ef2e61ea.tar.gz
Fixed award emoji changelog entry
This is meant to go in 8.9.1, not 8.10.0. [ci skip]
-rw-r--r--CHANGELOG2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 5e115a8bb17..2c139336b15 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -5,7 +5,6 @@ v 8.10.0 (unreleased)
- Wrap code blocks on Activies and Todos page. !4783 (winniehell)
- Add Sidekiq queue duration to transaction metrics.
- Fix MR-auto-close text added to description. !4836
- - 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)
@@ -16,6 +15,7 @@ v 8.9.1
- 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