summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouglas Barbosa Alexandre <dbalexandre@gmail.com>2016-10-31 23:29:13 -0200
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2016-10-31 23:29:13 -0200
commit7b2af24d9733d5ad6073aae271a718cea2c825b2 (patch)
tree8d831952d7740b86f4b466bf7955f0a064efd96a
parent7e1ddfb81b229922c271dd07a278de4dd68b6d75 (diff)
downloadgitlab-ce-optimize/labels-finder.tar.gz
Update CHANGELOGoptimize/labels-finder
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 372ddecc98b..14907e1546e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -41,6 +41,10 @@ Please view this file on the master branch, on stable branches it's out of date.
- Shortened merge request modal to let clipboard button not overlap
- In all filterable drop downs, put input field in focus only after load is complete (Ido @leibo)
+## 8.13.3
+
+- Reduce the overhead to calculate number of open/closed issues and merge requests within the group or project
+
## 8.13.2 (2016-10-31)
- Fix encoding issues on pipeline commits. !6832