summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorGal Schlezinger <galstar@spitfire.co.il>2016-09-23 21:47:25 +0000
committerGal Schlezinger <galstar@spitfire.co.il>2016-09-29 11:13:56 +0300
commit7cc831eeeb7de4b91a344c1304a177171c412237 (patch)
tree43722c17e66c2c663da5e6064bc14fc5cbb793ba /CHANGELOG
parent7a7799812e9b21c9957e25ec4b48e0648bda20fb (diff)
downloadgitlab-ce-7cc831eeeb7de4b91a344c1304a177171c412237.tar.gz
Fixes #22499
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index b806e5e7f80..66d56816ef6 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -3,6 +3,7 @@ Please view this file on the master branch, on stable branches it's out of date.
v 8.13.0 (unreleased)
- Use gitlab-shell v3.6.2 (GIT TRACE logging)
- AbstractReferenceFilter caches project_refs on RequestStore when active
+ - Replaced the check sign to arrow in the show build view. !6501
- Speed-up group milestones show page
- Log LDAP lookup errors and don't swallow unrelated exceptions. !6103 (Markus Koller)
- Add more tests for calendar contribution (ClemMakesApps)