summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouglas Barbosa Alexandre <dbalexandre@gmail.com>2016-09-01 19:12:11 -0300
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2016-09-08 15:50:07 -0300
commit28e6bb39de56376fc4672ffc41927d63ad2f2440 (patch)
tree486ed89acff9fcc55f829d18770c4761416022c1
parentd86c6666623a90d46fa4cfe624c67e86c6ad235f (diff)
downloadgitlab-ce-21714-refresh-the-todos-count-cache-after-issuable-delete.tar.gz
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 21a2661515d..ba7246e115c 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -31,6 +31,7 @@ v 8.12.0 (unreleased)
- Fix project visibility level fields on settings
- Add hover color to emoji icon (ClemMakesApps)
- Add textarea autoresize after comment (ClemMakesApps)
+ - Refresh todos count cache when an Issue/MR is deleted
- Fix branches page dropdown sort alignment (ClemMakesApps)
- Add white background for no readme container (ClemMakesApps)
- API: Expose issue confidentiality flag. (Robert Schilling)