summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorcnam-dep <cnam812@gmail.com>2016-02-24 00:59:32 +0300
committerRémy Coutable <remy@rymai.me>2016-05-09 16:07:35 +0200
commit5364400741b7d041c945ccca98283bc465d5a87c (patch)
treebae5a056d7f13d1422dc0ee2c511111b5b0c6d08 /CHANGELOG
parent618033fb2f0461275f03541f428e33b3e1b4d721 (diff)
downloadgitlab-ce-5364400741b7d041c945ccca98283bc465d5a87c.tar.gz
API: Expose Issue#user_notes_count
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index b07b7da3300..567b5717171 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -51,6 +51,9 @@ v 8.7.2
- Label titles in filters are now escaped properly
v 8.7.1
+ - API: Expose Issue#user_notes_count (Anton Popov)
+
+v 8.7.1 (unreleased)
- Throttle the update of `project.last_activity_at` to 1 minute. !3848
- Fix .gitlab-ci.yml parsing issue when hidde job is a template without script definition. !3849
- Fix license detection to detect all license files, not only known licenses. !3878