summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorYorick Peterse <yorickpeterse@gmail.com>2016-08-15 12:18:27 +0000
committerYorick Peterse <yorickpeterse@gmail.com>2016-08-15 12:18:27 +0000
commit20f9b8be2fa53034aa867882cdcd4ccd2f019d29 (patch)
treeb8ae200d4e0dec6cd17568c96b48d1405baae30b /CHANGELOG
parent49139f00540a0c7a5d4173c7a7b31d73d3befdfd (diff)
parentf8b53ba20b74181a46985b0c7dde742239bd54f8 (diff)
downloadgitlab-ce-20f9b8be2fa53034aa867882cdcd4ccd2f019d29.tar.gz
Merge branch '20842-todos-queries-cache' into 'master'
Try to get back todo's cache or at least avoid hitting the database See merge request !5789
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index c6c2220b133..008c5c64284 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -275,6 +275,7 @@ v 8.10.0
- Fix new snippet style bug (elliotec)
- Instrument Rinku usage
- Be explicit to define merge request discussion variables
+ - Use cache for todos counter calling TodoService
- Metrics for Rouge::Plugins::Redcarpet and Rouge::Formatters::HTMLGitlab
- RailsCache metris now includes fetch_hit/fetch_miss and read_hit/read_miss info.
- Allow [ci skip] to be in any case and allow [skip ci]. !4785 (simon_w)