Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakuya Noguchi <tak.noguchi.iridge@gmail.com>2016-05-14 17:14:25 +0300
committerTakuya Noguchi <tak.noguchi.iridge@gmail.com>2016-05-15 03:18:23 +0300
commit0d93e93e794d179a4cbc5302aece27296e4abfe4 (patch)
treed2d2ed2bac0b4f929af426b6621a358f5ce35df8 /CHANGELOG
parentc3acc8222e8e084946366987745d03031ca44636 (diff)
Add tests for unintentional filtering bug in MR (cf. !3872)
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 30d4955c9f3..b5ee7681df6 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -43,7 +43,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)
+ - Fix unintentional filtering bug in Issue/MR sorted by milestone due (Takuya Noguchi)
- Fix adding a todo for private group members (Ahmad Sherif)
- Bump ace-rails-ap gem version from 2.0.1 to 4.0.2 which upgrades Ace Editor from 1.1.2 to 1.2.3
- Total method execution timings are no longer tracked