summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakuya Noguchi <tak.noguchi.iridge@gmail.com>2016-05-04 21:07:07 +0900
committerTakuya Noguchi <tak.noguchi.iridge@gmail.com>2016-05-06 20:03:50 +0900
commit0a38eac16e1d86d094c98c12a38702ffe88cd527 (patch)
treeddd1b02839c9afaf88c060cc3d413b63bddcf0be
parent4ab49fab94284f3f7e3804309ba8825ed28fc24c (diff)
downloadgitlab-ce-0a38eac16e1d86d094c98c12a38702ffe88cd527.tar.gz
Update CHANGELOG
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 5b907fa217d..78d6c1ec2b2 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -28,6 +28,7 @@ v 8.8.0 (unreleased)
- API support for the 'since' and 'until' operators on commit requests (Paco Guzman)
- Fix Gravatar hint in user profile when Gravatar is disabled. !3988 (Artem Sidorenko)
- Expire repository exists? and has_visible_content? caches after a push if necessary
+ - Fix unintentional filtering bug in issues sorted by milestone due (Takuya Noguchi)
v 8.7.3
- Emails, Gitlab::Email::Message, Gitlab::Diff, and Premailer::Adapter::Nokogiri are now instrumented