summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorConnor Shea <connor.james.shea@gmail.com>2016-08-02 10:01:44 -0600
committerConnor Shea <connor.james.shea@gmail.com>2016-08-17 09:23:43 -0600
commit0bfef4bd83ee62076b4c22ca56d4c1d751ebfc98 (patch)
treef12796c086c5a7c62ab6d8b2f64fe0dd7015d337 /CHANGELOG
parentf4eda673c5d7f98919e74a4542e13ac1bcfdd76d (diff)
downloadgitlab-ce-0bfef4bd83ee62076b4c22ca56d4c1d751ebfc98.tar.gz
Add dynamic sizing for dropdown toggle, update Changelog.
Also resolve feedback.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 837e9e27aba..29e3fa0c112 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -57,6 +57,7 @@ v 8.11.0 (unreleased)
- Trigram indexes for the "ci_runners" table have been removed to speed up UPDATE queries
- Fix devise deprecation warnings.
- Update version_sorter and use new interface for faster tag sorting
+ - Load branches asynchronously in Cherry Pick and Revert dialogs.
- Optimize checking if a user has read access to a list of issues !5370
- Store all DB secrets in secrets.yml, under descriptive names !5274
- Nokogiri's various parsing methods are now instrumented