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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-09-30 13:17:57 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-09-30 13:17:57 +0400
commit4c52ff51844f4c55e8c4a0f46a0b6aeacc7d42d5 (patch)
treef838215f9f04264e0325988f67823188e0bd46b6 /CHANGELOG
parentc20c2c83859bf7ba699c085a1baf0ee1f1a6da7a (diff)
parentf258a59ef6156f9da3b527efe9088fd0708f6fdf (diff)
Merge branch 'api/issues-filter-milestone' of https://github.com/jubianchi/gitlabhq into jubianchi-api/issues-filter-milestone
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: CHANGELOG
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 15942e396d7..5c57b14ad15 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -9,6 +9,7 @@ v 7.4.0
- Do not delete tmp/repositories itself during clean-up, only its contents
- Support for backup uploads to remote storage
- Prevent notes polling when there are not notes
+ - API: filter project issues by milestone (Julien Bianchi)
v 7.3.1
- Fix ref parsing in Gitlab::GitAccess